2023-10-11T15:31:01.955 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-11T15:31:01.956 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287 --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/orig.config.yaml 2023-10-11T15:31:01.992 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T15:31:02.059 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287 branch: wip-yuri11-testing-2023-10-10-1226-reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7421287' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri11-testing-2023-10-10-1226-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: e62d759a6de3042e046d7d9889d2209cbc674fbd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri11-testing-2023-10-10-1226-reef sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3365 sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri11-testing-2023-10-10-1226-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEGVpe7QrULdSWwrosos6yLZQS4+lcAQrPuSQaQBsCW6YVqP8OMZYd94M3lgmQ2Z4J5Pl2+9GEL0o0zZkFn03sI= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHnZ0zYstwmjGcwusnuEyriCP1beJVdmYEVEjTgqWdbfw9rDI2JHmxphLglwAsZduz0cjrGFyeD3D8WyW8guWwc= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-11_14:03:09 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-11T15:31:02.060 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa; will attempt to use it 2023-10-11T15:31:02.061 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks 2023-10-11T15:31:02.061 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-11T15:31:02.063 INFO:teuthology.task.internal:Checking packages... 2023-10-11T15:31:02.087 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e62d759a6de3042e046d7d9889d2209cbc674fbd' 2023-10-11T15:31:02.087 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-11T15:31:02.088 INFO:teuthology.packaging:ref: None 2023-10-11T15:31:02.088 INFO:teuthology.packaging:tag: None 2023-10-11T15:31:02.089 INFO:teuthology.packaging:branch: wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:31:02.089 INFO:teuthology.packaging:sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:31:02.089 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:31:02.233 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-669.ge62d759a 2023-10-11T15:31:02.233 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-11T15:31:02.240 INFO:teuthology.task.internal:no buildpackages task found 2023-10-11T15:31:02.240 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-11T15:31:02.275 INFO:teuthology.task.internal:Saving configuration 2023-10-11T15:31:02.290 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-11T15:31:02.299 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:31:02.323 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:25:57.545061', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEGVpe7QrULdSWwrosos6yLZQS4+lcAQrPuSQaQBsCW6YVqP8OMZYd94M3lgmQ2Z4J5Pl2+9GEL0o0zZkFn03sI='} 2023-10-11T15:31:02.347 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:25:57.546553', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHnZ0zYstwmjGcwusnuEyriCP1beJVdmYEVEjTgqWdbfw9rDI2JHmxphLglwAsZduz0cjrGFyeD3D8WyW8guWwc='} 2023-10-11T15:31:02.347 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-11T15:31:02.357 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-11T15:31:02.357 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-11T15:31:02.358 INFO:teuthology.run_tasks:Running task console_log... 2023-10-11T15:31:02.449 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2c1c21baf0>, signals=[15]) 2023-10-11T15:31:02.451 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-11T15:31:02.459 INFO:teuthology.task.internal:Opening connections... 2023-10-11T15:31:02.459 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T15:31:02.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:31:02.528 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2023-10-11T15:31:02.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:31:02.597 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-11T15:31:02.605 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-10-11T15:31:02.628 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-10-11T15:31:02.628 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-10-11T15:31:02.689 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2023-10-11T15:31:02.689 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2023-10-11T15:31:02.689 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2023-10-11T15:31:02.690 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2023-10-11T15:31:02.690 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2023-10-11T15:31:02.690 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2023-10-11T15:31:02.690 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-11T15:31:02.690 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2023-10-11T15:31:02.691 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-11T15:31:02.691 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2023-10-11T15:31:02.691 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-11T15:31:02.691 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-11T15:31:02.691 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-11T15:31:02.692 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-10-11T15:31:02.720 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2023-10-11T15:31:02.743 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2023-10-11T15:31:02.744 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2023-10-11T15:31:02.804 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="CentOS Stream" 2023-10-11T15:31:02.804 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="8" 2023-10-11T15:31:02.804 INFO:teuthology.orchestra.run.smithi097.stdout:ID="centos" 2023-10-11T15:31:02.804 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE="rhel fedora" 2023-10-11T15:31:02.805 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="8" 2023-10-11T15:31:02.805 INFO:teuthology.orchestra.run.smithi097.stdout:PLATFORM_ID="platform:el8" 2023-10-11T15:31:02.805 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-11T15:31:02.806 INFO:teuthology.orchestra.run.smithi097.stdout:ANSI_COLOR="0;31" 2023-10-11T15:31:02.806 INFO:teuthology.orchestra.run.smithi097.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-11T15:31:02.806 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://centos.org/" 2023-10-11T15:31:02.806 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-11T15:31:02.806 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-11T15:31:02.807 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-11T15:31:02.807 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2023-10-11T15:31:02.828 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-11T15:31:02.839 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-11T15:31:02.895 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-11T15:31:02.896 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:31:02.899 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:31:02.919 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-11T15:31:02.929 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-11T15:31:02.929 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:31:02.961 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:31:02.990 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-11T15:31:03.048 INFO:teuthology.run_tasks:Running task kernel... 2023-10-11T15:31:03.067 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-11T15:31:03.068 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-11T15:31:03.068 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:31:03.069 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:31:03.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:31:03.091 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2023-10-11T15:31:03.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:31:03.092 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-10-11T15:31:03.151 INFO:teuthology.orchestra.run.smithi097.stdout:4.18.0-489.el8.x86_64 2023-10-11T15:31:03.152 INFO:teuthology.task.kernel:Running kernel on smithi097: 4.18.0-489.el8.x86_64 2023-10-11T15:31:03.153 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum install -y kernel 2023-10-11T15:31:03.154 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2023-10-11T15:31:03.154 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2023-10-11T15:31:03.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2023-10-11T15:31:07.604 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:01 2023-10-11T15:31:07.669 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:01 2023-10-11T15:31:15.304 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 49 MB 00:01 2023-10-11T15:31:15.474 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 49 MB 00:01 2023-10-11T15:31:22.996 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2023-10-11T15:31:23.153 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2023-10-11T15:31:23.538 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-10-11T15:31:23.590 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 28 kB/s | 6.9 kB 00:00 2023-10-11T15:31:23.831 INFO:teuthology.orchestra.run.smithi097.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-10-11T15:31:23.872 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-10-11T15:31:24.732 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-10-11T15:31:28.548 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 377 kB/s | 24 kB 00:00 2023-10-11T15:31:29.222 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 3.1 MB/s | 16 MB 00:05 2023-10-11T15:31:32.089 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-11T15:31:32.090 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-11T15:31:32.340 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2023-10-11T15:31:32.341 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:31:32.341 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2023-10-11T15:31:32.341 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:31:32.341 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2023-10-11T15:31:32.341 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-11T15:31:32.342 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2023-10-11T15:31:32.342 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-11T15:31:32.342 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-11T15:31:32.342 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:31:32.342 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2023-10-11T15:31:32.343 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:31:32.343 INFO:teuthology.orchestra.run.smithi097.stdout:Install 3 Packages 2023-10-11T15:31:32.343 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:31:32.344 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 89 M 2023-10-11T15:31:32.344 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 96 M 2023-10-11T15:31:32.345 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2023-10-11T15:31:33.014 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 418 kB/s | 24 kB 00:00 2023-10-11T15:31:33.050 INFO:teuthology.orchestra.run.smithi097.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2023-10-11T15:31:33.809 INFO:teuthology.orchestra.run.smithi097.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 28 MB/s | 36 MB 00:01 2023-10-11T15:31:34.276 INFO:teuthology.orchestra.run.smithi097.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2023-10-11T15:31:34.276 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:31:34.276 INFO:teuthology.orchestra.run.smithi097.stdout:Total 46 MB/s | 89 MB 00:01 2023-10-11T15:31:34.945 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2023-10-11T15:31:35.365 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2023-10-11T15:31:35.366 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2023-10-11T15:31:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-11T15:31:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-11T15:31:36.617 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2023-10-11T15:31:36.657 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2023-10-11T15:31:36.788 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-10-11T15:31:36.788 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:31:36.788 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-10-11T15:31:36.789 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:31:36.789 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2023-10-11T15:31:36.789 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-11T15:31:36.789 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-10-11T15:31:36.790 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-11T15:31:36.790 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-11T15:31:36.790 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:31:36.790 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-10-11T15:31:36.791 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:31:36.791 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2023-10-11T15:31:36.791 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:31:36.792 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 89 M 2023-10-11T15:31:36.792 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2023-10-11T15:31:36.792 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-10-11T15:31:37.398 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2023-10-11T15:31:38.565 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 22 MB/s | 36 MB 00:01 2023-10-11T15:31:39.107 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-10-11T15:31:39.108 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:31:39.108 INFO:teuthology.orchestra.run.smithi071.stdout:Total 38 MB/s | 89 MB 00:02 2023-10-11T15:31:39.451 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2023-10-11T15:31:39.784 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-10-11T15:31:40.017 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:31:40.186 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-10-11T15:31:40.186 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-10-11T15:31:41.418 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-10-11T15:31:41.436 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-10-11T15:31:43.558 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:31:43.942 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:31:44.229 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-10-11T15:31:44.773 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:31:47.326 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:31:47.622 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:31:48.298 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:31:48.680 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:31:52.057 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:31:52.360 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:09.289 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:09.312 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:09.651 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:09.652 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:32:09.652 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:32:10.403 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:10.403 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:32:10.403 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2023-10-11T15:32:10.403 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-11T15:32:10.404 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-11T15:32:10.404 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:32:10.404 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2023-10-11T15:32:10.561 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:32:10.781 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:32:10.781 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:32:10.782 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-11T15:32:10.782 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:32:10.782 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:32:10.783 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-11T15:32:10.783 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:32:10.783 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:32:10.990 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:32:10.991 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:32:10.991 DEBUG:teuthology.orchestra.run.smithi097:> sudo rpm -qi grub2-tools 2023-10-11T15:32:11.025 INFO:teuthology.orchestra.run.smithi097.stdout:Name : grub2-tools 2023-10-11T15:32:11.025 INFO:teuthology.orchestra.run.smithi097.stdout:Epoch : 1 2023-10-11T15:32:11.026 INFO:teuthology.orchestra.run.smithi097.stdout:Version : 2.02 2023-10-11T15:32:11.026 INFO:teuthology.orchestra.run.smithi097.stdout:Release : 129.el8 2023-10-11T15:32:11.026 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: x86_64 2023-10-11T15:32:11.026 INFO:teuthology.orchestra.run.smithi097.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-11T15:32:11.027 INFO:teuthology.orchestra.run.smithi097.stdout:Group : System Environment/Base 2023-10-11T15:32:11.027 INFO:teuthology.orchestra.run.smithi097.stdout:Size : 9265586 2023-10-11T15:32:11.027 INFO:teuthology.orchestra.run.smithi097.stdout:License : GPLv3+ 2023-10-11T15:32:11.027 INFO:teuthology.orchestra.run.smithi097.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-11T15:32:11.027 INFO:teuthology.orchestra.run.smithi097.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-11T15:32:11.028 INFO:teuthology.orchestra.run.smithi097.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-11T15:32:11.028 INFO:teuthology.orchestra.run.smithi097.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-11T15:32:11.028 INFO:teuthology.orchestra.run.smithi097.stdout:Relocations : (not relocatable) 2023-10-11T15:32:11.028 INFO:teuthology.orchestra.run.smithi097.stdout:Packager : CentOS BuildSystem 2023-10-11T15:32:11.028 INFO:teuthology.orchestra.run.smithi097.stdout:Vendor : CentOS 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout:Summary : Support tools for GRUB. 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout:Description : 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-11T15:32:11.029 INFO:teuthology.orchestra.run.smithi097.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-11T15:32:11.030 INFO:teuthology.orchestra.run.smithi097.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-11T15:32:11.030 INFO:teuthology.orchestra.run.smithi097.stdout:hardware devices. 2023-10-11T15:32:11.030 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:32:11.030 INFO:teuthology.orchestra.run.smithi097.stdout:This subpackage provides tools for support of all platforms. 2023-10-11T15:32:11.031 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-11T15:32:11.032 INFO:teuthology.task.kernel:Updating grub on smithi097 to boot 4.18.0-516.el8.x86_64 2023-10-11T15:32:11.032 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-11T15:32:12.804 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2023-10-11T15:32:14.033 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:14.058 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:14.399 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:14.400 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:32:14.400 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:32:14.785 INFO:teuthology.orchestra.run.smithi097.stderr:done 2023-10-11T15:32:14.787 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2023-10-11T15:32:14.818 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.SlhQeivcon 2023-10-11T15:32:14.819 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SlhQeivcon 2023-10-11T15:32:14.893 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.SlhQeivcon 2023-10-11T15:32:15.038 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.SlhQeivcon is 6KB 2023-10-11T15:32:15.088 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.SlhQeivcon 2023-10-11T15:32:15.106 DEBUG:teuthology.orchestra.run.smithi097:> sudo /bin/ls /boot/loader/entries || true 2023-10-11T15:32:15.142 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:32:15.142 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:32:15.143 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-10-11T15:32:15.143 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-11T15:32:15.143 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-11T15:32:15.143 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:32:15.143 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-10-11T15:32:15.171 INFO:teuthology.orchestra.run.smithi097.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-11T15:32:15.171 INFO:teuthology.orchestra.run.smithi097.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-11T15:32:15.172 INFO:teuthology.orchestra.run.smithi097.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-11T15:32:15.172 INFO:teuthology.orchestra.run.smithi097.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-11T15:32:15.173 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-11T15:32:15.359 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2023-10-11T15:32:16.010 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:32:16.226 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:32:16.227 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:32:16.227 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-11T15:32:16.227 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:32:16.228 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:32:16.228 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-11T15:32:16.228 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:32:16.228 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:32:16.438 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:32:16.439 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:32:16.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2023-10-11T15:32:16.473 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2023-10-11T15:32:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2023-10-11T15:32:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2023-10-11T15:32:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2023-10-11T15:32:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2023-10-11T15:32:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-11T15:32:16.475 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2023-10-11T15:32:16.475 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2023-10-11T15:32:16.475 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2023-10-11T15:32:16.475 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-11T15:32:16.475 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2023-10-11T15:32:16.476 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-11T15:32:16.477 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2023-10-11T15:32:16.477 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2023-10-11T15:32:16.477 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:32:16.477 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-11T15:32:16.478 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-11T15:32:16.478 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-11T15:32:16.478 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2023-10-11T15:32:16.478 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:32:16.478 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2023-10-11T15:32:16.479 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-11T15:32:16.479 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-516.el8.x86_64 2023-10-11T15:32:16.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-11T15:32:17.797 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2023-10-11T15:32:19.632 INFO:teuthology.orchestra.run.smithi071.stderr:done 2023-10-11T15:32:19.634 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2023-10-11T15:32:19.697 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.E1NeydnwEn 2023-10-11T15:32:19.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.E1NeydnwEn 2023-10-11T15:32:19.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.E1NeydnwEn 2023-10-11T15:32:19.911 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.E1NeydnwEn is 6KB 2023-10-11T15:32:19.960 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.E1NeydnwEn 2023-10-11T15:32:19.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2023-10-11T15:32:20.047 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-11T15:32:20.048 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-11T15:32:20.048 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-11T15:32:20.048 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-11T15:32:20.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-11T15:32:20.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2023-10-11T15:32:45.386 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-11T15:32:45.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:32:45.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:32:50.223 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-11T15:32:50.224 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:32:50.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:33:03.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2023-10-11T15:33:08.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-10-11T15:33:12.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:33:12.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:33:15.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2023-10-11T15:33:17.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:33:17.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:33:20.666 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-10-11T15:33:27.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:33:27.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:33:32.670 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:33:32.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:33:59.633 DEBUG:teuthology.orchestra.run.smithi097:> true 2023-10-11T15:33:59.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:33:59.964 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-11T15:33:59.964 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2023-10-11T15:33:59.981 INFO:teuthology.orchestra.run.smithi097.stdout:4.18.0-516.el8.x86_64 2023-10-11T15:33:59.982 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-11T15:33:59.982 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:33:59.983 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-11T15:34:00.984 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-11T15:34:00.984 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:34:01.739 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2023-10-11T15:34:01.769 DEBUG:teuthology.parallel:result is None 2023-10-11T15:34:04.717 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-10-11T15:34:04.972 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:34:04.972 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-11T15:34:04.972 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-10-11T15:34:05.030 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-516.el8.x86_64 2023-10-11T15:34:05.030 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-11T15:34:05.030 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:34:05.031 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-11T15:34:06.032 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-11T15:34:06.032 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:34:06.098 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2023-10-11T15:34:06.118 DEBUG:teuthology.parallel:result is None 2023-10-11T15:34:06.118 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-11T15:34:06.125 INFO:teuthology.task.internal:Creating test directory... 2023-10-11T15:34:06.126 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:34:06.128 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:34:06.152 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-11T15:34:06.165 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-11T15:34:06.199 INFO:teuthology.task.internal:Creating archive directory... 2023-10-11T15:34:06.199 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:34:06.202 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:34:06.231 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-11T15:34:06.238 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-11T15:34:06.239 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:34:06.267 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-11T15:34:06.306 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:34:06.315 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:34:06.316 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:34:06.327 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:34:06.328 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-11T15:34:06.336 INFO:teuthology.task.internal:Configuring sudo... 2023-10-11T15:34:06.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:34:06.360 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:34:06.391 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-11T15:34:06.400 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-11T15:34:06.401 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:34:06.428 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:34:06.450 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:34:06.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:34:06.582 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:34:06.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:34:06.709 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:34:06.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:34:06.776 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:34:06.825 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:34:06.894 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:34:06.943 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:34:06.988 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:34:06.989 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:34:07.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2023-10-11T15:34:07.061 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2023-10-11T15:34:07.130 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T15:34:07.173 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T15:34:07.638 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-11T15:34:07.647 INFO:teuthology.task.internal:Starting timer... 2023-10-11T15:34:07.647 INFO:teuthology.run_tasks:Running task pcp... 2023-10-11T15:34:07.695 INFO:teuthology.run_tasks:Running task selinux... 2023-10-11T15:34:07.727 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-11T15:34:07.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2023-10-11T15:34:07.820 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2023-10-11T15:34:07.821 DEBUG:teuthology.orchestra.run.smithi097:> sudo service auditd rotate 2023-10-11T15:34:07.926 INFO:teuthology.orchestra.run.smithi097.stdout:Rotating logs: 2023-10-11T15:34:07.928 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-11T15:34:07.929 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2023-10-11T15:34:07.956 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2023-10-11T15:34:07.956 DEBUG:teuthology.orchestra.run.smithi097:> /usr/sbin/getenforce 2023-10-11T15:34:07.978 INFO:teuthology.orchestra.run.smithi097.stdout:Permissive 2023-10-11T15:34:07.979 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi097.front.sepia.ceph.com': 'permissive'} 2023-10-11T15:34:07.979 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:34:08.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:34:08.024 DEBUG:teuthology.orchestra.run.smithi097:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-11T15:34:08.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:34:08.053 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-11T15:34:08.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2023-10-11T15:34:08.091 DEBUG:teuthology.orchestra.run.smithi097:> sudo /usr/sbin/setenforce permissive 2023-10-11T15:34:08.121 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-11T15:34:08.132 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-11T15:34:08.140 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-11T15:34:08.308 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-11T15:34:08.329 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-11T15:34:08.331 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi097.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-11T15:54:56.379 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com')] 2023-10-11T15:54:56.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:54:56.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:54:56.452 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-10-11T15:54:56.478 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-11T15:54:56.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:54:56.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:54:56.546 DEBUG:teuthology.orchestra.run.smithi097:> true 2023-10-11T15:54:56.571 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2023-10-11T15:54:56.572 INFO:teuthology.run_tasks:Running task clock... 2023-10-11T15:54:56.587 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-11T15:54:56.588 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:54:56.588 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:54:56.591 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:54:56.591 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:54:56.622 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-11T15:54:56.636 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-11T15:54:56.642 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-11T15:54:56.656 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-11T15:54:56.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2023-10-11T15:54:56.715 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2023-10-11T15:54:56.729 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-11T15:54:56.732 INFO:teuthology.orchestra.run.smithi097.stderr:sudo: ntpd: command not found 2023-10-11T15:54:56.742 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-11T15:54:56.744 INFO:teuthology.orchestra.run.smithi097.stdout:506 Cannot talk to daemon 2023-10-11T15:54:56.758 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-11T15:54:56.771 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-11T15:54:56.806 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-10-11T15:54:56.809 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T15:54:56.809 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-10-11T15:54:56.810 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.810 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.810 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.810 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.840 INFO:teuthology.orchestra.run.smithi097.stderr:bash: ntpq: command not found 2023-10-11T15:54:56.843 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T15:54:56.843 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2023-10-11T15:54:56.844 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.844 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.844 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.844 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:54:56.845 INFO:teuthology.run_tasks:Running task pexec... 2023-10-11T15:54:56.854 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-11T15:54:56.855 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T15:54:56.855 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-11T15:54:56.856 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi097.front.sepia.ceph.com 2023-10-11T15:54:56.856 DEBUG:teuthology.orchestra.run.smithi097:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-11T15:54:57.738 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:06:40 ago on Wed 11 Oct 2023 03:48:17 PM UTC. 2023-10-11T15:54:57.766 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Oct 2023 03:53:26 PM UTC. 2023-10-11T15:54:59.787 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-10-11T15:54:59.788 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:54:59.788 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-10-11T15:54:59.788 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:54:59.788 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2023-10-11T15:54:59.789 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2023-10-11T15:54:59.789 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:54:59.789 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-10-11T15:54:59.789 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:54:59.789 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:54:59.805 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2023-10-11T15:54:59.806 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:54:59.806 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2023-10-11T15:54:59.807 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:54:59.807 INFO:teuthology.orchestra.run.smithi097.stdout:Resetting modules: 2023-10-11T15:54:59.807 INFO:teuthology.orchestra.run.smithi097.stdout: container-tools 2023-10-11T15:54:59.807 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:54:59.808 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2023-10-11T15:54:59.808 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:54:59.808 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:00.069 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-10-11T15:55:00.072 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2023-10-11T15:55:01.010 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:06:43 ago on Wed 11 Oct 2023 03:48:17 PM UTC. 2023-10-11T15:55:01.068 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Oct 2023 03:53:26 PM UTC. 2023-10-11T15:55:03.058 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-10-11T15:55:03.078 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2023-10-11T15:55:03.217 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:55:03.218 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2023-10-11T15:55:03.218 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:55:03.218 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2023-10-11T15:55:03.219 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-11T15:55:03.219 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-11T15:55:03.220 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-11T15:55:03.220 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-11T15:55:03.220 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-11T15:55:03.221 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-11T15:55:03.221 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-11T15:55:03.221 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-11T15:55:03.222 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-11T15:55:03.222 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-10-11T15:55:03.222 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-11T15:55:03.223 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-11T15:55:03.223 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-11T15:55:03.224 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2023-10-11T15:55:03.224 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-11T15:55:03.224 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2023-10-11T15:55:03.225 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2023-10-11T15:55:03.225 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:03.225 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2023-10-11T15:55:03.226 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2023-10-11T15:55:03.226 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:03.226 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-10-11T15:55:03.227 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T15:55:03.227 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2023-10-11T15:55:03.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:03.228 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 26 M 2023-10-11T15:55:03.229 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 87 M 2023-10-11T15:55:03.229 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-10-11T15:55:03.239 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:55:03.239 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2023-10-11T15:55:03.240 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:55:03.240 INFO:teuthology.orchestra.run.smithi097.stdout:Installing group/module packages: 2023-10-11T15:55:03.240 INFO:teuthology.orchestra.run.smithi097.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-11T15:55:03.240 INFO:teuthology.orchestra.run.smithi097.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-11T15:55:03.241 INFO:teuthology.orchestra.run.smithi097.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-11T15:55:03.242 INFO:teuthology.orchestra.run.smithi097.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-11T15:55:03.242 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2023-10-11T15:55:03.242 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-11T15:55:03.242 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-11T15:55:03.242 INFO:teuthology.orchestra.run.smithi097.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-11T15:55:03.243 INFO:teuthology.orchestra.run.smithi097.stdout:Installing weak dependencies: 2023-10-11T15:55:03.243 INFO:teuthology.orchestra.run.smithi097.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-11T15:55:03.243 INFO:teuthology.orchestra.run.smithi097.stdout:Installing module profiles: 2023-10-11T15:55:03.243 INFO:teuthology.orchestra.run.smithi097.stdout: container-tools/common 2023-10-11T15:55:03.243 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:03.244 INFO:teuthology.orchestra.run.smithi097.stdout:Enabling module streams: 2023-10-11T15:55:03.244 INFO:teuthology.orchestra.run.smithi097.stdout: container-tools rhel8 2023-10-11T15:55:03.244 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:03.244 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2023-10-11T15:55:03.245 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2023-10-11T15:55:03.245 INFO:teuthology.orchestra.run.smithi097.stdout:Install 13 Packages 2023-10-11T15:55:03.245 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:03.246 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 26 M 2023-10-11T15:55:03.246 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 87 M 2023-10-11T15:55:03.246 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2023-10-11T15:55:03.831 INFO:teuthology.orchestra.run.smithi097.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.3 MB/s | 739 kB 00:00 2023-10-11T15:55:03.890 INFO:teuthology.orchestra.run.smithi097.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.6 MB/s | 1.0 MB 00:00 2023-10-11T15:55:03.923 INFO:teuthology.orchestra.run.smithi097.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-10-11T15:55:03.981 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.0 MB/s | 739 kB 00:00 2023-10-11T15:55:03.990 INFO:teuthology.orchestra.run.smithi097.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.3 MB/s | 239 kB 00:00 2023-10-11T15:55:04.027 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-10-11T15:55:04.078 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 393 kB/s | 38 kB 00:00 2023-10-11T15:55:04.091 INFO:teuthology.orchestra.run.smithi097.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.7 MB/s | 177 kB 00:00 2023-10-11T15:55:04.136 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.2 MB/s | 239 kB 00:00 2023-10-11T15:55:04.233 INFO:teuthology.orchestra.run.smithi097.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.3 MB/s | 8.8 MB 00:00 2023-10-11T15:55:04.250 INFO:teuthology.orchestra.run.smithi097.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2023-10-11T15:55:04.253 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.5 MB/s | 177 kB 00:00 2023-10-11T15:55:04.317 INFO:teuthology.orchestra.run.smithi097.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.5 MB/s | 3.7 MB 00:00 2023-10-11T15:55:04.342 INFO:teuthology.orchestra.run.smithi097.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 861 kB/s | 94 kB 00:00 2023-10-11T15:55:04.370 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.9 MB/s | 8.8 MB 00:01 2023-10-11T15:55:04.404 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 164 kB/s | 25 kB 00:00 2023-10-11T15:55:04.434 INFO:teuthology.orchestra.run.smithi097.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 576 kB/s | 53 kB 00:00 2023-10-11T15:55:04.471 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 937 kB/s | 94 kB 00:00 2023-10-11T15:55:04.476 INFO:teuthology.orchestra.run.smithi097.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 16 MB/s | 2.5 MB 00:00 2023-10-11T15:55:04.529 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 8.3 MB/s | 3.7 MB 00:00 2023-10-11T15:55:04.551 INFO:teuthology.orchestra.run.smithi097.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-10-11T15:55:04.663 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 13 MB/s | 2.5 MB 00:00 2023-10-11T15:55:04.688 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 332 kB/s | 53 kB 00:00 2023-10-11T15:55:04.744 INFO:teuthology.orchestra.run.smithi097.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 17 MB/s | 8.1 MB 00:00 2023-10-11T15:55:04.744 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:55:04.744 INFO:teuthology.orchestra.run.smithi097.stdout:Total 17 MB/s | 26 MB 00:01 2023-10-11T15:55:04.764 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-10-11T15:55:04.989 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 14 MB/s | 8.1 MB 00:00 2023-10-11T15:55:04.990 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:55:04.990 INFO:teuthology.orchestra.run.smithi071.stdout:Total 14 MB/s | 26 MB 00:01 2023-10-11T15:55:05.005 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2023-10-11T15:55:05.026 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2023-10-11T15:55:05.027 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2023-10-11T15:55:05.253 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-10-11T15:55:05.274 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-10-11T15:55:05.274 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-10-11T15:55:05.279 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2023-10-11T15:55:05.282 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2023-10-11T15:55:05.530 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-10-11T15:55:05.533 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-10-11T15:55:06.022 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2023-10-11T15:55:06.240 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-11T15:55:06.276 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-10-11T15:55:06.435 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-11T15:55:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-11T15:55:06.635 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-11T15:55:06.727 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-11T15:55:06.896 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:55:06.965 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-11T15:55:07.180 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:55:07.431 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-11T15:55:07.772 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-11T15:55:08.400 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:55:08.685 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-11T15:55:08.752 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:55:08.890 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-11T15:55:09.094 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-11T15:55:09.198 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-11T15:55:09.338 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-11T15:55:09.627 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-11T15:55:09.630 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-11T15:55:10.013 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-11T15:55:10.521 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:55:10.814 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-11T15:55:10.894 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:55:11.034 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:55:11.109 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-11T15:55:11.308 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:55:11.462 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:55:11.462 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-11T15:55:11.462 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-11T15:55:11.462 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-11T15:55:11.463 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:55:11.463 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-11T15:55:11.463 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:55:11.463 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-11T15:55:11.463 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-11T15:55:11.464 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-11T15:55:11.464 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-11T15:55:11.464 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:55:11.464 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-11T15:55:11.739 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:55:11.739 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-11T15:55:11.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-11T15:55:11.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-11T15:55:11.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:55:11.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-11T15:55:11.740 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:55:11.741 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-11T15:55:11.741 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-11T15:55:11.741 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-11T15:55:11.741 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-11T15:55:11.741 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:55:11.742 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-11T15:55:12.220 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-11T15:55:12.221 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:12.221 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2023-10-11T15:55:12.221 INFO:teuthology.orchestra.run.smithi097.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:55:12.221 INFO:teuthology.orchestra.run.smithi097.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:55:12.221 INFO:teuthology.orchestra.run.smithi097.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-11T15:55:12.222 INFO:teuthology.orchestra.run.smithi097.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-11T15:55:12.222 INFO:teuthology.orchestra.run.smithi097.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-11T15:55:12.222 INFO:teuthology.orchestra.run.smithi097.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:55:12.222 INFO:teuthology.orchestra.run.smithi097.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-11T15:55:12.222 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-11T15:55:12.223 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-11T15:55:12.223 INFO:teuthology.orchestra.run.smithi097.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:55:12.223 INFO:teuthology.orchestra.run.smithi097.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-11T15:55:12.223 INFO:teuthology.orchestra.run.smithi097.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-11T15:55:12.223 INFO:teuthology.orchestra.run.smithi097.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-11T15:55:12.224 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:55:12.224 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2023-10-11T15:55:12.539 DEBUG:teuthology.parallel:result is None 2023-10-11T15:55:12.568 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-11T15:55:12.568 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:12.569 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-10-11T15:55:12.569 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:55:12.569 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:55:12.569 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-11T15:55:12.569 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-11T15:55:12.570 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-11T15:55:12.570 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:55:12.570 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-11T15:55:12.570 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-11T15:55:12.570 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:12.571 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-10-11T15:55:12.834 DEBUG:teuthology.parallel:result is None 2023-10-11T15:55:12.834 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-11T15:55:12.846 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-11T15:55:12.846 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:55:12.847 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:55:12.865 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-11T15:55:12.865 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2023-10-11T15:55:12.923 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:55:12.923 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:12.923 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 392061 Links: 1 2023-10-11T15:55:12.923 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:12.924 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:12.924 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:55:11.460994317 +0000 2023-10-11T15:55:12.924 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:49:13.913721606 +0000 2023-10-11T15:55:12.924 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:49:13.913721606 +0000 2023-10-11T15:55:12.925 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:55:12.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:55:12.988 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:55:12.989 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:55:12.989 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000246249 s, 2.1 MB/s 2023-10-11T15:55:12.990 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:55:13.049 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2023-10-11T15:55:13.108 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:55:13.108 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:13.108 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 397980 Links: 1 2023-10-11T15:55:13.108 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:13.109 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:13.109 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:55:11.460994317 +0000 2023-10-11T15:55:13.109 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:49:14.435712310 +0000 2023-10-11T15:55:13.109 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:49:14.435712310 +0000 2023-10-11T15:55:13.109 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:55:13.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:55:13.174 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:55:13.174 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:55:13.175 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000206475 s, 2.5 MB/s 2023-10-11T15:55:13.176 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:55:13.235 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2023-10-11T15:55:13.293 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:55:13.293 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:13.293 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 396008 Links: 1 2023-10-11T15:55:13.293 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:13.294 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:13.294 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:55:11.460994317 +0000 2023-10-11T15:55:13.294 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:49:14.976702677 +0000 2023-10-11T15:55:13.294 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:49:14.976702677 +0000 2023-10-11T15:55:13.294 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:55:13.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:55:13.358 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:55:13.359 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:55:13.359 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000206966 s, 2.5 MB/s 2023-10-11T15:55:13.360 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:55:13.418 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2023-10-11T15:55:13.476 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:55:13.477 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:13.477 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 400564 Links: 1 2023-10-11T15:55:13.477 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:13.477 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:13.478 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:55:11.460994317 +0000 2023-10-11T15:55:13.478 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:49:15.486693595 +0000 2023-10-11T15:55:13.478 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:49:15.486693595 +0000 2023-10-11T15:55:13.478 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:55:13.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:55:13.543 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:55:13.543 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:55:13.543 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000233098 s, 2.2 MB/s 2023-10-11T15:55:13.544 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:55:13.603 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:55:13.715 INFO:teuthology.orchestra.run.smithi071.stdout:loop 2023-10-11T15:55:13.716 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2023-10-11T15:55:13.717 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:55:13.752 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-10-11T15:55:13.786 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_11 2023-10-11T15:55:13.825 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2023-10-11T15:55:13.825 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:55:13.903 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-10-11T15:55:13.938 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_21 2023-10-11T15:55:13.976 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2023-10-11T15:55:13.976 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:55:14.051 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-10-11T15:55:14.084 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_31 2023-10-11T15:55:14.122 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2023-10-11T15:55:14.122 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T15:55:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-10-11T15:55:14.236 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_41 2023-10-11T15:55:14.274 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:55:14.274 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:55:14.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme list 2023-10-11T15:55:14.397 INFO:teuthology.orchestra.run.smithi071.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T15:55:14.397 INFO:teuthology.orchestra.run.smithi071.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T15:55:14.398 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme0n1 PHFT62040172400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T15:55:14.398 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme1n1 1b1cda8b12778b67f4aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:14.398 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme2n1 7785c527a69019f59158 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:14.398 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme3n1 e976826feb0634bfa677 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:14.399 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme4n1 8a9ddb74d1afa9d3467f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:14.400 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:55:14.400 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:55:14.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2023-10-11T15:55:14.467 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:55:14.467 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:55:14.490 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-11T15:55:14.490 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_1 2023-10-11T15:55:14.552 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 400086 Links: 1 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:55:11.183742945 +0000 2023-10-11T15:55:14.553 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:54:20.970142982 +0000 2023-10-11T15:55:14.554 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:54:20.970142982 +0000 2023-10-11T15:55:14.554 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:55:14.554 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:55:14.623 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:55:14.624 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:55:14.624 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000215826 s, 2.4 MB/s 2023-10-11T15:55:14.625 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:55:14.687 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_2 2023-10-11T15:55:14.747 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:55:14.748 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:14.748 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 395766 Links: 1 2023-10-11T15:55:14.748 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:14.748 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:14.749 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:55:11.183742945 +0000 2023-10-11T15:55:14.749 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:54:21.468133656 +0000 2023-10-11T15:55:14.749 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:54:21.468133656 +0000 2023-10-11T15:55:14.749 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:55:14.750 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:55:14.815 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:55:14.816 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:55:14.816 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000224295 s, 2.3 MB/s 2023-10-11T15:55:14.817 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:55:14.878 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_3 2023-10-11T15:55:14.936 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:55:14.936 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:14.936 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 400173 Links: 1 2023-10-11T15:55:14.937 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:14.937 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:14.937 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:55:11.183742945 +0000 2023-10-11T15:55:14.937 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:54:21.984123993 +0000 2023-10-11T15:55:14.937 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:54:21.984123993 +0000 2023-10-11T15:55:14.938 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:55:14.938 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:55:15.003 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:55:15.004 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:55:15.004 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000215248 s, 2.4 MB/s 2023-10-11T15:55:15.005 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:55:15.064 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_4 2023-10-11T15:55:15.121 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:55:15.122 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:55:15.122 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 395857 Links: 1 2023-10-11T15:55:15.122 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:55:15.122 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:55:15.123 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:55:11.183742945 +0000 2023-10-11T15:55:15.123 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:54:22.522113919 +0000 2023-10-11T15:55:15.123 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:54:22.522113919 +0000 2023-10-11T15:55:15.123 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:55:15.123 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:55:15.188 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:55:15.188 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:55:15.188 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000247399 s, 2.1 MB/s 2023-10-11T15:55:15.189 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:55:15.250 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T15:55:15.376 INFO:teuthology.orchestra.run.smithi097.stdout:loop 2023-10-11T15:55:15.378 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_1... 2023-10-11T15:55:15.378 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T15:55:15.414 INFO:teuthology.orchestra.run.smithi097.stdout:1 2023-10-11T15:55:15.447 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_11 2023-10-11T15:55:15.487 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_2... 2023-10-11T15:55:15.487 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T15:55:15.564 INFO:teuthology.orchestra.run.smithi097.stdout:1 2023-10-11T15:55:15.597 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_21 2023-10-11T15:55:15.635 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_3... 2023-10-11T15:55:15.636 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T15:55:15.712 INFO:teuthology.orchestra.run.smithi097.stdout:1 2023-10-11T15:55:15.746 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_31 2023-10-11T15:55:15.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi097:/dev/vg_nvme/lv_4... 2023-10-11T15:55:15.783 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T15:55:15.858 INFO:teuthology.orchestra.run.smithi097.stdout:1 2023-10-11T15:55:15.891 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/vg_nvme/lv_41 2023-10-11T15:55:15.929 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:55:15.929 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:55:15.986 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme list 2023-10-11T15:55:16.052 INFO:teuthology.orchestra.run.smithi097.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme0n1 PHFT6204013T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme1n1 3fdea53dfd330ac1cfc4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme2n1 ff581e427065a4a0e0ab Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme3n1 6123a4f99f9a6c38253c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:16.053 INFO:teuthology.orchestra.run.smithi097.stdout:/dev/nvme4n1 35c85ea604f8e16e95c9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-10-11T15:55:16.054 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:55:16.055 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:55:16.055 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/scratch_devs 2023-10-11T15:55:16.121 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-11T15:55:16.193 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': 'e62d759a6de3042e046d7d9889d2209cbc674fbd'} 2023-10-11T15:55:16.194 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:16.195 INFO:tasks.cephadm:Cluster fsid is 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:16.195 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-11T15:55:16.196 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-11T15:55:16.196 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi097': '172.21.15.97'} 2023-10-11T15:55:16.196 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-11T15:55:16.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2023-10-11T15:55:16.230 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2023-10-11T15:55:16.258 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-11T15:55:16.258 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:16.413 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e62d759a6de3042e046d7d9889d2209cbc674fbd', '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/73180/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-669-ge62d759a', 'node_name': '172.21.2.4+braggi04', '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-669.ge62d759a'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-11 00:16:34.911859', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri11-testing-2023-10-10-1226-reef', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-10-11T15:55:16.630 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri11-testing-2023-10-10-1226-reef, sha1 e62d759a6de3042e046d7d9889d2209cbc674fbd from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:16.630 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/centos/8/x86_64/flavors/default/cephadm 2023-10-11T15:55:16.631 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.167 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 690112 Oct 11 15:55 /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.168 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.532 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-rw-r--. 1 ubuntu ubuntu 690112 Oct 11 15:55 /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.534 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.557 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:55:17.588 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd on all hosts... 2023-10-11T15:55:17.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T15:55:17.599 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T15:55:19.101 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:55:19.341 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:55:44.286 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2023-10-11T15:55:44.287 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T15:55:44.287 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T15:55:44.287 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2023-10-11T15:55:44.288 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T15:55:44.288 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2023-10-11T15:55:44.288 INFO:teuthology.orchestra.run.smithi071.stdout:} 2023-10-11T15:55:47.835 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2023-10-11T15:55:47.836 INFO:teuthology.orchestra.run.smithi097.stdout:} 2023-10-11T15:55:47.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2023-10-11T15:55:47.891 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2023-10-11T15:55:47.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2023-10-11T15:55:47.963 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2023-10-11T15:55:47.992 INFO:tasks.cephadm:Writing seed config... 2023-10-11T15:55:47.993 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-11T15:55:47.993 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-11T15:55:47.993 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-11T15:55:47.994 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-11T15:55:47.994 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-11T15:55:47.994 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-11T15:55:47.994 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-11T15:55:47.995 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-11T15:55:47.996 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:55:47.996 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-11T15:55:48.023 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 = 920a54e0-684e-11ee-8db6-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-11T15:55:48.024 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service 2023-10-11T15:55:48.065 INFO:tasks.cephadm:Bootstrapping... 2023-10-11T15:55:48.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd -v bootstrap --fsid 920a54e0-684e-11ee-8db6-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:55:48.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Wed 2023-10-11 15:33:41 UTC. -- 2023-10-11T15:55:48.230 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:55:48.230 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd', '-v', 'bootstrap', '--fsid', '920a54e0-684e-11ee-8db6-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.71', '--skip-admin-label'] 2023-10-11T15:55:48.260 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.6.1 2023-10-11T15:55:48.261 INFO:teuthology.orchestra.run.smithi071.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-11T15:55:48.261 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying podman|docker is present... 2023-10-11T15:55:48.298 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.6.1 2023-10-11T15:55:48.299 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying lvm2 is present... 2023-10-11T15:55:48.299 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying time synchronization is in place... 2023-10-11T15:55:48.305 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T15:55:48.306 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:55:48.311 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T15:55:48.312 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:55:48.317 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2023-10-11T15:55:48.323 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2023-10-11T15:55:48.323 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2023-10-11T15:55:48.324 INFO:teuthology.orchestra.run.smithi071.stdout:Repeating the final host check... 2023-10-11T15:55:48.352 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.6.1 2023-10-11T15:55:48.353 INFO:teuthology.orchestra.run.smithi071.stdout:podman (/bin/podman) version 4.6.1 is present 2023-10-11T15:55:48.353 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl is present 2023-10-11T15:55:48.353 INFO:teuthology.orchestra.run.smithi071.stdout:lvcreate is present 2023-10-11T15:55:48.359 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T15:55:48.359 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:55:48.364 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T15:55:48.364 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:55:48.370 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2023-10-11T15:55:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2023-10-11T15:55:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2023-10-11T15:55:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Host looks OK 2023-10-11T15:55:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Cluster fsid: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Acquiring lock 140569085480352 on /run/cephadm/920a54e0-684e-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:55:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Lock 140569085480352 acquired on /run/cephadm/920a54e0-684e-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:55:48.378 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 3300 ... 2023-10-11T15:55:48.378 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 6789 ... 2023-10-11T15:55:48.378 INFO:teuthology.orchestra.run.smithi071.stdout:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-10-11T15:55:48.381 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2023-10-11T15:55:48.381 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-10-11T15:55:48.384 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-11T15:55:48.384 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-11T15:55:48.384 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-10-11T15:55:48.387 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-11T15:55:48.387 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-11T15:55:48.387 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T15:55:48.387 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-11T15:55:48.388 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2023-10-11T15:55:48.388 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T15:55:48.389 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-10-11T15:55:48.389 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-10-11T15:55:48.389 INFO:teuthology.orchestra.run.smithi071.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-11T15:55:48.389 INFO:teuthology.orchestra.run.smithi071.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-11T15:55:48.389 INFO:teuthology.orchestra.run.smithi071.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:55:48.758 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78 2023-10-11T15:55:48.759 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:55:48.759 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Getting image source signatures 2023-10-11T15:55:48.759 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:30624557b55965137f2dd6a5a27135ae58e27b5945ad49d356f57954921994fc 2023-10-11T15:55:48.759 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-11T15:55:48.759 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying config sha256:97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78 2023-10-11T15:55:48.760 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-11T15:55:49.458 INFO:teuthology.orchestra.run.smithi071.stdout:ceph: stdout ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T15:55:49.458 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph version: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T15:55:49.458 INFO:teuthology.orchestra.run.smithi071.stdout:Extracting ceph user uid/gid from container image... 2023-10-11T15:55:50.100 INFO:teuthology.orchestra.run.smithi071.stdout:stat: stdout 167 167 2023-10-11T15:55:50.100 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial keys... 2023-10-11T15:55:50.745 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCGxSZl94sAFxAAzNVOL8mtgKUtgfF8radGZg== 2023-10-11T15:55:51.445 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCHxSZl4HYpAhAA686VlKSIbeeygOp+c8Vr0g== 2023-10-11T15:55:52.129 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCHxSZl4aekLBAARCHGmpJYS6Tev3hWH0xe+A== 2023-10-11T15:55:52.129 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial monmap... 2023-10-11T15:55:52.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:55:52.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-11T15:55:52.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:52.769 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:55:52.769 INFO:teuthology.orchestra.run.smithi071.stdout:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:55:52.770 INFO:teuthology.orchestra.run.smithi071.stdout:setting min_mon_release = pacific 2023-10-11T15:55:52.770 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: set fsid to 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:52.770 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:55:52.771 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:55:52.771 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mon... 2023-10-11T15:55:53.464 INFO:teuthology.orchestra.run.smithi071.stdout:create mon.smithi071 on 2023-10-11T15:55:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-11T15:55:53.816 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:55:53.817 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:55:53.999 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071 2023-10-11T15:55:53.999 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service: Unit ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service not loaded. 2023-10-11T15:55:54.093 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target.wants/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service → /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:55:54.492 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-11T15:55:54.493 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2023-10-11T15:55:54.502 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-11T15:55:54.502 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:55:54.503 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2023-10-11T15:55:54.503 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T15:55:54.503 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon to start... 2023-10-11T15:55:54.503 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon... 2023-10-11T15:55:54.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:54 smithi071 ceph-mon[108599]: mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-10-11T15:55:55.375 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout cluster: 2023-10-11T15:55:55.376 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout id: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:55.376 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-11T15:55:55.376 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:55.377 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout services: 2023-10-11T15:55:55.377 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi071 (age 0.499259s) 2023-10-11T15:55:55.377 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-11T15:55:55.377 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-11T15:55:55.377 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:55.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout data: 2023-10-11T15:55:55.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-11T15:55:55.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-11T15:55:55.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-11T15:55:55.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pgs: 2023-10-11T15:55:55.379 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:55.379 INFO:teuthology.orchestra.run.smithi071.stdout:mon is available 2023-10-11T15:55:55.379 INFO:teuthology.orchestra.run.smithi071.stdout:Assimilating anything we can from ceph.conf... 2023-10-11T15:55:55.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-10-11T15:55:55.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2023-10-11T15:55:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: fsmap 2023-10-11T15:55:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:55:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: mgrmap e1: no daemons active 2023-10-11T15:55:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:55 smithi071 ceph-mon[108599]: from='client.? 172.21.15.71:0/3303447276' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-11T15:55:57.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:56 smithi071 ceph-mon[108599]: from='client.? 172.21.15.71:0/2855752735' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:55:57.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:56 smithi071 ceph-mon[108599]: from='client.? 172.21.15.71:0/2855752735' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-11T15:55:58.083 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:58.084 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T15:55:58.084 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:55:58.084 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-10-11T15:55:58.084 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T15:55:58.085 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T15:55:58.085 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T15:55:58.085 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T15:55:58.085 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:58.085 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T15:55:58.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T15:55:58.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:55:58.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T15:55:58.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T15:55:58.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T15:55:58.087 INFO:teuthology.orchestra.run.smithi071.stdout:Generating new minimal ceph.conf... 2023-10-11T15:55:58.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:58 smithi071 ceph-mon[108599]: from='client.? 172.21.15.71:0/2955109193' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:58.907 INFO:teuthology.orchestra.run.smithi071.stdout:Restarting the monitor... 2023-10-11T15:55:59.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:58 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 920a54e0-684e-11ee-8db6-212e2dc638e7... 2023-10-11T15:55:59.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071[108576]: 2023-10-11T15:55:59.094+0000 7fbf9fbbd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-11T15:55:59.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071[108576]: 2023-10-11T15:55:59.094+0000 7fbf9fbbd700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-10-11T15:55:59.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 bash[108926]: ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071 2023-10-11T15:55:59.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 systemd[1]: ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service: Succeeded. 2023-10-11T15:55:59.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for 920a54e0-684e-11ee-8db6-212e2dc638e7. 2023-10-11T15:55:59.914 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 systemd[1]: Starting Ceph mon.smithi071 for 920a54e0-684e-11ee-8db6-212e2dc638e7... 2023-10-11T15:56:00.008 INFO:teuthology.orchestra.run.smithi071.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-11T15:56:00.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:56:00.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T15:56:00.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: pidfile_write: ignore empty --pid-file 2023-10-11T15:56:00.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: load: jerasure load: lrc 2023-10-11T15:56:00.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: RocksDB version: 7.9.2 2023-10-11T15:56:00.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Git sha 0 2023-10-11T15:56:00.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T15:56:00.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: DB SUMMARY 2023-10-11T15:56:00.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: DB Session ID: G383WSU5BQWO43ALR1MP 2023-10-11T15:56:00.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: CURRENT file: CURRENT 2023-10-11T15:56:00.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: IDENTITY file: IDENTITY 2023-10-11T15:56:00.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-11T15:56:00.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000008.sst 2023-10-11T15:56:00.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000009.log size: 83676 ; 2023-10-11T15:56:00.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.error_if_exists: 0 2023-10-11T15:56:00.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.create_if_missing: 0 2023-10-11T15:56:00.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.paranoid_checks: 1 2023-10-11T15:56:00.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T15:56:00.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T15:56:00.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T15:56:00.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.env: 0x5622488d6720 2023-10-11T15:56:00.282 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.fs: PosixFileSystem 2023-10-11T15:56:00.282 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.info_log: 0x56224b5652c0 2023-10-11T15:56:00.282 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:56:00.282 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.statistics: (nil) 2023-10-11T15:56:00.282 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.use_fsync: 0 2023-10-11T15:56:00.283 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_log_file_size: 0 2023-10-11T15:56:00.283 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:56:00.283 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:56:00.283 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:56:00.283 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:56:00.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_fallocate: 1 2023-10-11T15:56:00.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:56:00.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:56:00.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.use_direct_reads: 0 2023-10-11T15:56:00.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:56:00.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:56:00.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.db_log_dir: 2023-10-11T15:56:00.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.wal_dir: 2023-10-11T15:56:00.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:56:00.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:56:00.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:56:00.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:56:00.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:56:00.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:56:00.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:56:00.287 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:56:00.287 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.write_buffer_manager: 0x56224a7f65a0 2023-10-11T15:56:00.287 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:56:00.287 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:56:00.287 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:56:00.288 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:56:00.288 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:56:00.288 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:56:00.288 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:56:00.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:56:00.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.unordered_write: 0 2023-10-11T15:56:00.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:56:00.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:56:00.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.row_cache: None 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.wal_filter: None 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:56:00.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.two_write_queues: 0 2023-10-11T15:56:00.291 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:56:00.291 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.wal_compression: 0 2023-10-11T15:56:00.291 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.atomic_flush: 0 2023-10-11T15:56:00.291 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:56:00.291 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:56:00.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:56:00.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.log_readahead_size: 0 2023-10-11T15:56:00.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T15:56:00.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.best_efforts_recovery: 0 2023-10-11T15:56:00.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T15:56:00.293 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T15:56:00.293 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.allow_data_in_errors: 0 2023-10-11T15:56:00.293 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.db_host_id: __hostname__ 2023-10-11T15:56:00.294 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T15:56:00.295 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_background_jobs: 2 2023-10-11T15:56:00.295 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_background_compactions: -1 2023-10-11T15:56:00.295 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_subcompactions: 1 2023-10-11T15:56:00.295 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:56:00.295 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:56:00.296 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:56:00.296 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:56:00.296 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:56:00.296 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:56:00.296 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:56:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:56:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_open_files: -1 2023-10-11T15:56:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:56:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:56:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:56:00.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:56:00.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_background_flushes: -1 2023-10-11T15:56:00.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Compression algorithms supported: 2023-10-11T15:56:00.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:56:00.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kZSTD supported: 0 2023-10-11T15:56:00.299 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kXpressCompression supported: 0 2023-10-11T15:56:00.299 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:56:00.299 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kZlibCompression supported: 1 2023-10-11T15:56:00.299 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kSnappyCompression supported: 1 2023-10-11T15:56:00.299 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kLZ4Compression supported: 1 2023-10-11T15:56:00.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: kBZip2Compression supported: 0 2023-10-11T15:56:00.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:56:00.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T15:56:00.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000010 2023-10-11T15:56:00.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T15:56:00.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:56:00.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.merge_operator: 2023-10-11T15:56:00.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_filter: None 2023-10-11T15:56:00.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:56:00.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.sst_partitioner_factory: None 2023-10-11T15:56:00.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:56:00.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:56:00.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56224b5653c0) 2023-10-11T15:56:00.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: cache_index_and_filter_blocks: 1 2023-10-11T15:56:00.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:56:00.303 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:56:00.303 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: pin_top_level_index_and_filter: 1 2023-10-11T15:56:00.303 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: index_type: 0 2023-10-11T15:56:00.303 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: data_block_index_type: 0 2023-10-11T15:56:00.303 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: index_shortening: 1 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: checksum: 4 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: no_block_cache: 0 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_cache: 0x56224a8771f0 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_cache_name: BinnedLRUCache 2023-10-11T15:56:00.304 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_cache_options: 2023-10-11T15:56:00.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: capacity : 536870912 2023-10-11T15:56:00.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: num_shard_bits : 4 2023-10-11T15:56:00.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: strict_capacity_limit : 0 2023-10-11T15:56:00.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: high_pri_pool_ratio: 0.000 2023-10-11T15:56:00.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_cache_compressed: (nil) 2023-10-11T15:56:00.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: persistent_cache: (nil) 2023-10-11T15:56:00.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_size: 4096 2023-10-11T15:56:00.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_size_deviation: 10 2023-10-11T15:56:00.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_restart_interval: 16 2023-10-11T15:56:00.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: index_block_restart_interval: 1 2023-10-11T15:56:00.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: metadata_block_size: 4096 2023-10-11T15:56:00.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: partition_filters: 0 2023-10-11T15:56:00.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: use_delta_encoding: 1 2023-10-11T15:56:00.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: filter_policy: bloomfilter 2023-10-11T15:56:00.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: whole_key_filtering: 1 2023-10-11T15:56:00.308 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: verify_compression: 0 2023-10-11T15:56:00.308 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: read_amp_bytes_per_bit: 0 2023-10-11T15:56:00.308 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: format_version: 5 2023-10-11T15:56:00.308 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: enable_index_compression: 1 2023-10-11T15:56:00.308 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: block_align: 0 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: max_auto_readahead_size: 262144 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: prepopulate_block_cache: 0 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: initial_auto_readahead_size: 8192 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:56:00.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:56:00.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression: NoCompression 2023-10-11T15:56:00.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:56:00.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:56:00.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:56:00.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.num_levels: 7 2023-10-11T15:56:00.311 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:56:00.311 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:56:00.311 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:56:00.311 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:56:00.311 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:56:00.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:56:00.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:56:00.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:56:00.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T15:56:00.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:56:00.313 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:56:00.313 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:56:00.313 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:56:00.313 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:56:00.313 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:56:00.314 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:56:00.314 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:56:00.314 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:56:00.314 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T15:56:00.314 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:56:00.315 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:56:00.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:56:00.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:56:00.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:56:00.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:56:00.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:56:00.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:56:00.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:56:00.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:56:00.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:56:00.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.arena_block_size: 1048576 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:56:00.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:56:00.319 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:56:00.319 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:56:00.319 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:56:00.319 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:56:00.319 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:56:00.320 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:56:00.320 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:56:00.320 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:56:00.320 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:56:00.320 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.table_properties_collectors: 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.inplace_update_support: 0 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:56:00.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:56:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:56:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.bloom_locality: 0 2023-10-11T15:56:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.max_successive_merges: 0 2023-10-11T15:56:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:56:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:56:00.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.force_consistency_checks: 1 2023-10-11T15:56:00.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:56:00.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.ttl: 2592000 2023-10-11T15:56:00.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:56:00.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T15:56:00.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T15:56:00.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enable_blob_files: false 2023-10-11T15:56:00.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.min_blob_size: 0 2023-10-11T15:56:00.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_file_size: 268435456 2023-10-11T15:56:00.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.blob_file_starting_level: 0 2023-10-11T15:56:00.325 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T15:56:00.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-11T15:56:00.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-11T15:56:00.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c3aae729-3e94-4222-8e40-2404dd027a88 2023-10-11T15:56:00.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697039759990672, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-11T15:56:00.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-11T15:56:00.327 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697039759991516, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80448, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78631, "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": 73051, "raw_average_value_size": 352, "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": 1697039759, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c3aae729-3e94-4222-8e40-2404dd027a88", "db_session_id": "G383WSU5BQWO43ALR1MP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-11T15:56:00.327 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697039759991582, "job": 1, "event": "recovery_finished"} 2023-10-11T15:56:00.327 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-11T15:56:00.327 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi071/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T15:56:00.327 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56224a914000 2023-10-11T15:56:00.328 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: DB pointer 0x56224a900000 2023-10-11T15:56:00.328 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T15:56:00.328 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T15:56:00.328 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: ** DB Stats ** 2023-10-11T15:56:00.328 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:56:00.329 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:56:00.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:56:00.329 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:56:00.330 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:56:00.330 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.330 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: ** Compaction Stats [default] ** 2023-10-11T15:56:00.330 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.330 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: L0 2/0 80.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Sum 2/0 80.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.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 144.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: ** Compaction Stats [default] ** 2023-10-11T15:56:00.331 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:56:00.332 INFO:journalctl@ceph.mon.smithi071.smithi071.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 144.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:56:00.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T15:56:00.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:56:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:56:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:56:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:56:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:56:00.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:56:00.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Cumulative compaction: 0.00 GB write, 27.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:56:00.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Interval compaction: 0.00 GB write, 27.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:56:00.334 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: Block cache BinnedLRUCache@0x56224a8771f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-11T15:56:00.335 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:56:00.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:00.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???) e1 preinit fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).mds e1 new map 2023-10-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).mds e1 print_map 2023-10-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: e1 2023-10-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.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-11T15:56:00.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: legacy client fscid: -1 2023-10-11T15:56:00.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: 2023-10-11T15:56:00.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout: No filesystems configured 2023-10-11T15:56:00.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T15:56:00.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:56:00.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:56:00.338 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:56:00.338 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-11T15:56:00.338 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expand map: {default=false} 2023-10-11T15:56:00.338 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta from 'false' to 'false' 2023-10-11T15:56:00.338 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expanded map: {default=false} 2023-10-11T15:56:00.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expand map: {default=info} 2023-10-11T15:56:00.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta from 'info' to 'info' 2023-10-11T15:56:00.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expanded map: {default=info} 2023-10-11T15:56:00.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expand map: {default=daemon} 2023-10-11T15:56:00.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expanded map: {default=daemon} 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expand map: {default=debug} 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta from 'debug' to 'debug' 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:55:59 smithi071 ceph-mon[109085]: expand_channel_meta expanded map: {default=debug} 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 bash[109047]: 53cb33bab5ebca0926200d7a62485e58a644c3c0a41e8a2f9abf5e6ad61c2b32 2023-10-11T15:56:00.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 systemd[1]: Started Ceph mon.smithi071 for 920a54e0-684e-11ee-8db6-212e2dc638e7. 2023-10-11T15:56:00.341 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 ceph-mon[109085]: mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-10-11T15:56:00.341 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 ceph-mon[109085]: monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2023-10-11T15:56:00.341 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 ceph-mon[109085]: fsmap 2023-10-11T15:56:00.341 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 ceph-mon[109085]: osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:56:00.341 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:00 smithi071 ceph-mon[109085]: mgrmap e1: no daemons active 2023-10-11T15:56:00.807 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-11T15:56:00.829 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:56:00.829 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mgr... 2023-10-11T15:56:00.830 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-11T15:56:00.830 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-11T15:56:00.830 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-11T15:56:01.035 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mgr.smithi071.whtyjl 2023-10-11T15:56:01.035 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mgr.smithi071.whtyjl.service: Unit ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mgr.smithi071.whtyjl.service not loaded. 2023-10-11T15:56:01.124 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7.target.wants/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mgr.smithi071.whtyjl.service → /etc/systemd/system/ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:56:01.552 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-11T15:56:01.552 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2023-10-11T15:56:01.560 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-11T15:56:01.561 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:56:01.561 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2023-10-11T15:56:01.561 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T15:56:01.568 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-11T15:56:01.569 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2023-10-11T15:56:01.577 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-11T15:56:01.577 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:56:01.577 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2023-10-11T15:56:01.577 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-11T15:56:01.578 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr to start... 2023-10-11T15:56:01.578 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr... 2023-10-11T15:56:01.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:01 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2551030838' entity='client.admin' 2023-10-11T15:56:02.408 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:02.408 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:02.409 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "920a54e0-684e-11ee-8db6-212e2dc638e7", 2023-10-11T15:56:02.409 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:56:02.409 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:56:02.409 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:56:02.409 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:56:02.410 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.410 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:56:02.410 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:56:02.411 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:56:02.411 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:02.411 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:56:02.412 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "smithi071" 2023-10-11T15:56:02.412 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:02.412 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-11T15:56:02.413 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:56:02.413 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:02.413 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:56:02.414 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:56:02.414 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.414 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:56:02.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:02.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:56:02.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:56:02.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:56:02.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:56:02.420 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:56:02.420 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:56:02.421 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.421 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:56:02.421 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:56:02.421 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:56:02.422 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:56:02.422 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:56:02.422 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:56:02.422 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:56:02.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:56:02.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:56:02.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:56:02.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:02.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:56:02.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:56:02.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:56:02.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:56:02.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:56:02.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:56:02.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:56:02.426 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:56:02.426 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:56:02.426 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:02.426 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:02.427 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.427 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:56:02.427 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:02.427 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:55:54.495724+0000", 2023-10-11T15:56:02.427 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:02.428 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:02.428 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:56:02.428 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:02.428 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (1/15)... 2023-10-11T15:56:02.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:02 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2747565190' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:56:05.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:05 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3171527337' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:56:05.327 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:05.327 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:05.327 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "920a54e0-684e-11ee-8db6-212e2dc638e7", 2023-10-11T15:56:05.327 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:56:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:56:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:56:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:56:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.328 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:56:05.329 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:56:05.329 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:56:05.329 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:05.329 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:56:05.329 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "smithi071" 2023-10-11T15:56:05.330 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:05.330 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-10-11T15:56:05.330 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:56:05.330 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:05.330 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:56:05.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:56:05.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:56:05.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:05.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:56:05.332 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:56:05.332 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:56:05.332 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:56:05.332 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:56:05.332 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:56:05.333 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:56:05.334 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:56:05.334 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:56:05.334 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:56:05.334 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:56:05.334 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.335 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:56:05.335 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:05.335 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:56:05.335 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:56:05.335 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:56:05.336 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:56:05.337 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:56:05.337 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:05.337 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:05.337 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.337 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:56:05.338 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:05.338 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:55:54.495724+0000", 2023-10-11T15:56:05.338 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:05.338 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:05.338 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:56:05.339 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:05.339 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (2/15)... 2023-10-11T15:56:08.123 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:07 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1126455953' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:56:08.156 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:08.156 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:08.157 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "920a54e0-684e-11ee-8db6-212e2dc638e7", 2023-10-11T15:56:08.157 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:56:08.157 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:56:08.157 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:56:08.157 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:56:08.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:56:08.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:56:08.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:56:08.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:08.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:56:08.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "smithi071" 2023-10-11T15:56:08.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:08.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:56:08.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:08.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:56:08.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:56:08.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:56:08.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:56:08.165 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:56:08.165 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:56:08.166 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.166 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:56:08.166 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:56:08.166 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:56:08.167 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:56:08.168 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.168 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:56:08.168 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:08.168 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:56:08.168 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:56:08.169 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.169 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:56:08.169 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:56:08.169 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:56:08.170 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:56:08.170 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:56:08.170 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:56:08.170 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:56:08.171 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:08.171 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:56:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:55:54.495724+0000", 2023-10-11T15:56:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:08.173 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:08.173 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:56:08.173 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:08.173 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (3/15)... 2023-10-11T15:56:09.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: Activating manager daemon smithi071.whtyjl 2023-10-11T15:56:09.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: mgrmap e2: smithi071.whtyjl(active, starting, since 0.00291537s) 2023-10-11T15:56:09.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:56:09.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:56:09.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:56:09.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:56:09.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi071.whtyjl", "id": "smithi071.whtyjl"}]: dispatch 2023-10-11T15:56:09.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: Manager daemon smithi071.whtyjl is now available 2023-10-11T15:56:09.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:09.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:09.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:09.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:09.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:08 smithi071 ceph-mon[109085]: from='mgr.14100 172.21.15.71:0/3792397398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:10.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:10 smithi071 ceph-mon[109085]: mgrmap e3: smithi071.whtyjl(active, since 1.00678s) 2023-10-11T15:56:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:12 smithi071 ceph-mon[109085]: mgrmap e4: smithi071.whtyjl(active, since 3s) 2023-10-11T15:56:12.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:12 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2414949699' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:56:14.189 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:14.189 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:14.189 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "920a54e0-684e-11ee-8db6-212e2dc638e7", 2023-10-11T15:56:14.189 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:56:14.190 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:56:14.190 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:56:14.190 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:56:14.190 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.190 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:56:14.191 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:56:14.191 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:56:14.191 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:14.191 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:56:14.191 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "smithi071" 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:56:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:56:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:56:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:56:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:56:14.194 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:56:14.194 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:56:14.197 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:56:14.197 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:56:14.197 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.197 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:56:14.198 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:56:14.198 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:56:14.198 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:56:14.198 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:56:14.198 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:56:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:14.200 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:56:14.200 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:56:14.200 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.200 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:56:14.200 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:56:14.201 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:56:14.201 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:56:14.201 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:56:14.201 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:56:14.201 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:56:14.202 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:55:54.495724+0000", 2023-10-11T15:56:14.203 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:56:14.203 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:56:14.203 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:56:14.203 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:14.203 INFO:teuthology.orchestra.run.smithi071.stdout:mgr is available 2023-10-11T15:56:16.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:15 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3760676233' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:56:17.765 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:17.766 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T15:56:17.766 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:17.766 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T15:56:17.767 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T15:56:17.767 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T15:56:17.767 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T15:56:17.767 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:17.767 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T15:56:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling cephadm module... 2023-10-11T15:56:18.881 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:18 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4176046224' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-11T15:56:19.854 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:19 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4176046224' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-11T15:56:19.854 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:19 smithi071 ceph-mon[109085]: mgrmap e5: smithi071.whtyjl(active, since 10s) 2023-10-11T15:56:19.854 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:19 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3396255926' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:56:19.927 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:19.928 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-11T15:56:19.928 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:56:19.928 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "smithi071.whtyjl", 2023-10-11T15:56:19.928 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T15:56:19.928 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:19.929 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2023-10-11T15:56:19.929 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 5... 2023-10-11T15:56:26.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: Active manager daemon smithi071.whtyjl restarted 2023-10-11T15:56:26.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: Activating manager daemon smithi071.whtyjl 2023-10-11T15:56:26.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: osdmap e2: 0 total, 0 up, 0 in 2023-10-11T15:56:26.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: mgrmap e6: smithi071.whtyjl(active, starting, since 0.0055309s) 2023-10-11T15:56:26.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:56:26.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi071.whtyjl", "id": "smithi071.whtyjl"}]: dispatch 2023-10-11T15:56:26.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:56:26.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:56:26.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:56:26.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: Manager daemon smithi071.whtyjl is now available 2023-10-11T15:56:26.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: Found migration_current of "None". Setting to last migration. 2023-10-11T15:56:26.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:26.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:26.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:26.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:26.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:26.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:26.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:26 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-11T15:56:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T15:56:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 5 is available 2023-10-11T15:56:26.653 INFO:teuthology.orchestra.run.smithi071.stdout:Setting orchestrator backend to cephadm... 2023-10-11T15:56:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:56:27.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: mgrmap e7: smithi071.whtyjl(active, since 1.00551s) 2023-10-11T15:56:27.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:56:27.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:27.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:27.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:27.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:27.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:27 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:28.482 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:26] ENGINE Bus STARTING 2023-10-11T15:56:28.482 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:27] ENGINE Serving on https://172.21.15.71:7150 2023-10-11T15:56:28.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:27] ENGINE Serving on http://172.21.15.71:8765 2023-10-11T15:56:28.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:27] ENGINE Bus STARTED 2023-10-11T15:56:28.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:28.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:28 smithi071 ceph-mon[109085]: mgrmap e8: smithi071.whtyjl(active, since 2s) 2023-10-11T15:56:28.684 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-11T15:56:28.685 INFO:teuthology.orchestra.run.smithi071.stdout:Generating ssh key... 2023-10-11T15:56:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:29 smithi071 ceph-mon[109085]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:30.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:30 smithi071 ceph-mon[109085]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:30.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:30 smithi071 ceph-mon[109085]: Generating ssh key... 2023-10-11T15:56:30.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:30 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:30.478 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:30 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:30.566 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxMwYTUH3RpaTrdgwzL8WUJs8dQv5caoljSrF8BzDp2MLMVoWCDkrxRcctoKvcRb81Hg8NhUyWqei4PlvZX6p0aL9QhLUMvJCYJZOEwZhSs6K38VJh1QcDgbDJCTnytbiTZacawVpC4qLZUj3jXYiaGasS+ZUXXEe6mBmVuvSvF9LVt41w8604hIUAFTvnNiVcYWHm0fp+o725jdCCNA3fFtNbCT6/OMrQgZuK9ygsWOf8VFy+mRNd17erX5ZZs5mZywhSRRV+r2Q+AhS+a8tm6stN+n5euaEt4h11gHAW5b7Tfv4GGJCgQylUOBhITKKB7hyuBXV3vn4yRdC6YV9B7lGBvLhezf3xJW97tLnvjfHk7FECfV5LIP6lK1KSWSplGMfp/htW008wu3lnIC+mK1AlbuKezIcNXFePUhMXfnO3t0Mlqc2oELluxgn4pf3ZVRZWwpuuvI64EQwZntdWsMZOxLoU6QdFsNbil29H+XkwWpJU7+1aEHb1ILyTQh8= ceph-920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:30.567 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:56:30.567 INFO:teuthology.orchestra.run.smithi071.stdout:Adding key to root@localhost authorized_keys... 2023-10-11T15:56:30.568 INFO:teuthology.orchestra.run.smithi071.stdout:Adding host smithi071... 2023-10-11T15:56:31.373 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:31 smithi071 ceph-mon[109085]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:32.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:32 smithi071 ceph-mon[109085]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:32.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:32 smithi071 ceph-mon[109085]: Deploying cephadm binary to smithi071 2023-10-11T15:56:33.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Added host 'smithi071' with addr '172.21.15.71' 2023-10-11T15:56:33.592 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying mon service with default placement... 2023-10-11T15:56:34.409 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:34 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:34.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:34 smithi071 ceph-mon[109085]: Added host smithi071 2023-10-11T15:56:34.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:34 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:34.411 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:34 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:34.758 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-11T15:56:34.758 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying mgr service with default placement... 2023-10-11T15:56:35.639 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:35 smithi071 ceph-mon[109085]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:35.639 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:35 smithi071 ceph-mon[109085]: Saving service mon spec with placement count:5 2023-10-11T15:56:35.639 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:35 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:35.640 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:35 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:36.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-11T15:56:36.007 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying crash service with default placement... 2023-10-11T15:56:36.655 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:36 smithi071 ceph-mon[109085]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:36.656 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:36 smithi071 ceph-mon[109085]: Saving service mgr spec with placement count:2 2023-10-11T15:56:36.656 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:36 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:36.656 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:36 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:37.040 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-11T15:56:37.040 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying ceph-exporter service with default placement... 2023-10-11T15:56:37.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:37 smithi071 ceph-mon[109085]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:37.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:37 smithi071 ceph-mon[109085]: Saving service crash spec with placement * 2023-10-11T15:56:37.948 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:37 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:37.948 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:37 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:38.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-11T15:56:38.257 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying prometheus service with default placement... 2023-10-11T15:56:39.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:38 smithi071 ceph-mon[109085]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:39.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:38 smithi071 ceph-mon[109085]: Saving service ceph-exporter spec with placement * 2023-10-11T15:56:39.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:38 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:39.223 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-11T15:56:39.223 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying grafana service with default placement... 2023-10-11T15:56:40.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:39 smithi071 ceph-mon[109085]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:40.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:39 smithi071 ceph-mon[109085]: Saving service prometheus spec with placement count:1 2023-10-11T15:56:40.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:39 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:40.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:39 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:40.106 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-11T15:56:40.106 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying node-exporter service with default placement... 2023-10-11T15:56:41.022 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-11T15:56:41.023 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying alertmanager service with default placement... 2023-10-11T15:56:41.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:41 smithi071 ceph-mon[109085]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:41 smithi071 ceph-mon[109085]: Saving service grafana spec with placement count:1 2023-10-11T15:56:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:41 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:41.931 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-11T15:56:42.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:42.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: Saving service node-exporter spec with placement * 2023-10-11T15:56:42.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:42.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: Saving service alertmanager spec with placement count:1 2023-10-11T15:56:42.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: from='mgr.14120 172.21.15.71:0/3768237808' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:42.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:42 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2358331591' entity='client.admin' 2023-10-11T15:56:44.231 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling the dashboard module... 2023-10-11T15:56:44.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:44 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/984908364' entity='client.admin' 2023-10-11T15:56:45.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:45 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3918762059' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-11T15:56:46.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:46 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3918762059' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-11T15:56:46.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:46 smithi071 ceph-mon[109085]: mgrmap e9: smithi071.whtyjl(active, since 20s) 2023-10-11T15:56:46.833 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:46.833 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-11T15:56:46.833 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:56:46.833 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "smithi071.whtyjl", 2023-10-11T15:56:46.834 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T15:56:46.834 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:46.834 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2023-10-11T15:56:46.834 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 9... 2023-10-11T15:56:47.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:47 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2328135971' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:56:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: Active manager daemon smithi071.whtyjl restarted 2023-10-11T15:56:52.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: Activating manager daemon smithi071.whtyjl 2023-10-11T15:56:52.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: osdmap e3: 0 total, 0 up, 0 in 2023-10-11T15:56:52.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: mgrmap e10: smithi071.whtyjl(active, starting, since 0.00306151s) 2023-10-11T15:56:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:56:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi071.whtyjl", "id": "smithi071.whtyjl"}]: dispatch 2023-10-11T15:56:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:56:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:56:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:56:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: Manager daemon smithi071.whtyjl is now available 2023-10-11T15:56:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:52 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:53 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:53 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:53 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:52] ENGINE Bus STARTING 2023-10-11T15:56:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:53 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:53 smithi071 ceph-mon[109085]: mgrmap e11: smithi071.whtyjl(active, since 1.00658s) 2023-10-11T15:56:53.545 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:56:53.545 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-11T15:56:53.546 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T15:56:53.546 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:56:53.546 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 9 is available 2023-10-11T15:56:53.546 INFO:teuthology.orchestra.run.smithi071.stdout:Generating a dashboard self-signed certificate... 2023-10-11T15:56:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:52] ENGINE Serving on http://172.21.15.71:8765 2023-10-11T15:56:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:52] ENGINE Serving on https://172.21.15.71:7150 2023-10-11T15:56:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:56:52] ENGINE Bus STARTED 2023-10-11T15:56:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:56:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:56:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:54.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:54.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:54 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:54.886 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-11T15:56:54.886 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial admin user... 2023-10-11T15:56:55.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:55 smithi071 ceph-mon[109085]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:55.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:55 smithi071 ceph-mon[109085]: mgrmap e12: smithi071.whtyjl(active, since 3s) 2023-10-11T15:56:56.044 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$T4tkYuTQh3Xx2Oes5WisMuHDEcIg2M6NL/HR9L8ciy62leumUJdN.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697039815, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-11T15:56:56.045 INFO:teuthology.orchestra.run.smithi071.stdout:Fetching dashboard port number... 2023-10-11T15:56:56.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:56 smithi071 ceph-mon[109085]: 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-11T15:56:56.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:56 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:56:56.961 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 8443 2023-10-11T15:56:56.969 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-11T15:56:56.970 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2023-10-11T15:56:56.977 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-11T15:56:56.977 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2023-10-11T15:56:56.978 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2023-10-11T15:56:56.978 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-11T15:56:56.978 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph Dashboard is now available at: 2023-10-11T15:56:56.979 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:56.979 INFO:teuthology.orchestra.run.smithi071.stdout: URL: https://smithi071.front.sepia.ceph.com:8443/ 2023-10-11T15:56:56.979 INFO:teuthology.orchestra.run.smithi071.stdout: User: admin 2023-10-11T15:56:56.979 INFO:teuthology.orchestra.run.smithi071.stdout: Password: aj14lrbejo 2023-10-11T15:56:56.979 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:56.980 INFO:teuthology.orchestra.run.smithi071.stdout:Saving cluster configuration to /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config directory 2023-10-11T15:56:56.980 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling autotune for osd_memory_target 2023-10-11T15:56:57.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:57 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/612055602' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-11T15:56:58.985 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-11T15:56:58.986 INFO:teuthology.orchestra.run.smithi071.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-11T15:56:58.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.986 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:56:58.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.987 INFO:teuthology.orchestra.run.smithi071.stdout:Or, if you are only running a single cluster on this host: 2023-10-11T15:56:58.987 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.987 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-11T15:56:58.987 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.987 INFO:teuthology.orchestra.run.smithi071.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-11T15:56:58.988 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.988 INFO:teuthology.orchestra.run.smithi071.stdout: ceph telemetry on 2023-10-11T15:56:58.988 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.988 INFO:teuthology.orchestra.run.smithi071.stdout:For more information see: 2023-10-11T15:56:58.988 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.989 INFO:teuthology.orchestra.run.smithi071.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-11T15:56:58.989 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:56:58.989 INFO:teuthology.orchestra.run.smithi071.stdout:Bootstrap complete. 2023-10-11T15:56:59.019 INFO:tasks.cephadm:Fetching config... 2023-10-11T15:56:59.020 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:56:59.020 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-11T15:56:59.038 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-11T15:56:59.039 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:56:59.039 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-11T15:56:59.097 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-11T15:56:59.098 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:56:59.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/keyring of=/dev/stdout 2023-10-11T15:56:59.166 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-11T15:56:59.167 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:56:59.167 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-11T15:56:59.225 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-11T15:56:59.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxMwYTUH3RpaTrdgwzL8WUJs8dQv5caoljSrF8BzDp2MLMVoWCDkrxRcctoKvcRb81Hg8NhUyWqei4PlvZX6p0aL9QhLUMvJCYJZOEwZhSs6K38VJh1QcDgbDJCTnytbiTZacawVpC4qLZUj3jXYiaGasS+ZUXXEe6mBmVuvSvF9LVt41w8604hIUAFTvnNiVcYWHm0fp+o725jdCCNA3fFtNbCT6/OMrQgZuK9ygsWOf8VFy+mRNd17erX5ZZs5mZywhSRRV+r2Q+AhS+a8tm6stN+n5euaEt4h11gHAW5b7Tfv4GGJCgQylUOBhITKKB7hyuBXV3vn4yRdC6YV9B7lGBvLhezf3xJW97tLnvjfHk7FECfV5LIP6lK1KSWSplGMfp/htW008wu3lnIC+mK1AlbuKezIcNXFePUhMXfnO3t0Mlqc2oELluxgn4pf3ZVRZWwpuuvI64EQwZntdWsMZOxLoU6QdFsNbil29H+XkwWpJU7+1aEHb1ILyTQh8= ceph-920a54e0-684e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:56:59.305 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxMwYTUH3RpaTrdgwzL8WUJs8dQv5caoljSrF8BzDp2MLMVoWCDkrxRcctoKvcRb81Hg8NhUyWqei4PlvZX6p0aL9QhLUMvJCYJZOEwZhSs6K38VJh1QcDgbDJCTnytbiTZacawVpC4qLZUj3jXYiaGasS+ZUXXEe6mBmVuvSvF9LVt41w8604hIUAFTvnNiVcYWHm0fp+o725jdCCNA3fFtNbCT6/OMrQgZuK9ygsWOf8VFy+mRNd17erX5ZZs5mZywhSRRV+r2Q+AhS+a8tm6stN+n5euaEt4h11gHAW5b7Tfv4GGJCgQylUOBhITKKB7hyuBXV3vn4yRdC6YV9B7lGBvLhezf3xJW97tLnvjfHk7FECfV5LIP6lK1KSWSplGMfp/htW008wu3lnIC+mK1AlbuKezIcNXFePUhMXfnO3t0Mlqc2oELluxgn4pf3ZVRZWwpuuvI64EQwZntdWsMZOxLoU6QdFsNbil29H+XkwWpJU7+1aEHb1ILyTQh8= ceph-920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:59.315 DEBUG:teuthology.orchestra.run.smithi097:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxMwYTUH3RpaTrdgwzL8WUJs8dQv5caoljSrF8BzDp2MLMVoWCDkrxRcctoKvcRb81Hg8NhUyWqei4PlvZX6p0aL9QhLUMvJCYJZOEwZhSs6K38VJh1QcDgbDJCTnytbiTZacawVpC4qLZUj3jXYiaGasS+ZUXXEe6mBmVuvSvF9LVt41w8604hIUAFTvnNiVcYWHm0fp+o725jdCCNA3fFtNbCT6/OMrQgZuK9ygsWOf8VFy+mRNd17erX5ZZs5mZywhSRRV+r2Q+AhS+a8tm6stN+n5euaEt4h11gHAW5b7Tfv4GGJCgQylUOBhITKKB7hyuBXV3vn4yRdC6YV9B7lGBvLhezf3xJW97tLnvjfHk7FECfV5LIP6lK1KSWSplGMfp/htW008wu3lnIC+mK1AlbuKezIcNXFePUhMXfnO3t0Mlqc2oELluxgn4pf3ZVRZWwpuuvI64EQwZntdWsMZOxLoU6QdFsNbil29H+XkwWpJU7+1aEHb1ILyTQh8= ceph-920a54e0-684e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:56:59.361 INFO:teuthology.orchestra.run.smithi097.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxMwYTUH3RpaTrdgwzL8WUJs8dQv5caoljSrF8BzDp2MLMVoWCDkrxRcctoKvcRb81Hg8NhUyWqei4PlvZX6p0aL9QhLUMvJCYJZOEwZhSs6K38VJh1QcDgbDJCTnytbiTZacawVpC4qLZUj3jXYiaGasS+ZUXXEe6mBmVuvSvF9LVt41w8604hIUAFTvnNiVcYWHm0fp+o725jdCCNA3fFtNbCT6/OMrQgZuK9ygsWOf8VFy+mRNd17erX5ZZs5mZywhSRRV+r2Q+AhS+a8tm6stN+n5euaEt4h11gHAW5b7Tfv4GGJCgQylUOBhITKKB7hyuBXV3vn4yRdC6YV9B7lGBvLhezf3xJW97tLnvjfHk7FECfV5LIP6lK1KSWSplGMfp/htW008wu3lnIC+mK1AlbuKezIcNXFePUhMXfnO3t0Mlqc2oELluxgn4pf3ZVRZWwpuuvI64EQwZntdWsMZOxLoU6QdFsNbil29H+XkwWpJU7+1aEHb1ILyTQh8= ceph-920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:56:59.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-11T15:56:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:59 smithi071 ceph-mon[109085]: mgrmap e13: smithi071.whtyjl(active, since 6s) 2023-10-11T15:56:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:56:59 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1760741573' entity='client.admin' 2023-10-11T15:56:59.589 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:57:01.356 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-11T15:57:01.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-11T15:57:01.577 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:57:02.000 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:02.000 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:02.001 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:02.001 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:02.001 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi071", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:57:02.001 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi071", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T15:57:02.001 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:02.002 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: Deploying daemon ceph-exporter.smithi071 on smithi071 2023-10-11T15:57:02.002 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:01 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3438064563' entity='client.admin' 2023-10-11T15:57:03.118 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi097 2023-10-11T15:57:03.119 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:57:03.119 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.conf 2023-10-11T15:57:03.142 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:57:03.142 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:03.202 INFO:tasks.cephadm:Adding host smithi097 to orchestrator... 2023-10-11T15:57:03.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi097 2023-10-11T15:57:03.677 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:57:03.857 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:03 smithi071 ceph-mon[109085]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:03.857 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:03 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:05.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:05.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:05.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:05.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:05.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:57:05.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:57:05.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:05.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: Deploying daemon crash.smithi071 on smithi071 2023-10-11T15:57:05.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:05 smithi071 ceph-mon[109085]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:06 smithi071 ceph-mon[109085]: Deploying cephadm binary to smithi097 2023-10-11T15:57:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:06 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:07.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:06 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:07.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:06 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:07.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:06 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:07.381 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi097' with addr '172.21.15.97' 2023-10-11T15:57:07.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-11T15:57:08.035 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:57:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:08 smithi071 ceph-mon[109085]: Deploying daemon node-exporter.smithi071 on smithi071 2023-10-11T15:57:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:08 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:08 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:08 smithi071 ceph-mon[109085]: Added host smithi097 2023-10-11T15:57:09.945 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:57:09.945 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}] 2023-10-11T15:57:10.331 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-11T15:57:10.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-11T15:57:10.577 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:57:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:57:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:11.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:11.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:11 smithi071 ceph-mon[109085]: Deploying daemon alertmanager.smithi071 on smithi071 2023-10-11T15:57:13.294 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2023-10-11T15:57:13.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:13 smithi071 ceph-mon[109085]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:13.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:13 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:13.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:13 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/595607555' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-11T15:57:13.731 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2023-10-11T15:57:13.731 INFO:tasks.cephadm:Adding mon.smithi097 on smithi097 2023-10-11T15:57:13.731 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi097:172.21.15.97=smithi097' 2023-10-11T15:57:13.973 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:14.033 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:14.391 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:14 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/595607555' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-11T15:57:14.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:14 smithi071 ceph-mon[109085]: osdmap e4: 0 total, 0 up, 0 in 2023-10-11T15:57:15.488 INFO:teuthology.orchestra.run.smithi097.stdout:Scheduled mon update... 2023-10-11T15:57:15.639 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:15 smithi071 ceph-mon[109085]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:15.898 DEBUG:teuthology.orchestra.run.smithi097:mon.smithi097> sudo journalctl -f -n 0 -u ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi097.service 2023-10-11T15:57:15.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:15.902 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:15.931 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:-- Logs begin at Wed 2023-10-11 15:33:39 UTC. -- 2023-10-11T15:57:16.158 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:16.214 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:16.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi097:172.21.15.97=smithi097", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:16.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi097:172.21.15.97=smithi097;count:2 2023-10-11T15:57:16.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:16.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:57:16.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:16 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:17.458 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:17.458 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:17.460 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:17.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T15:57:17.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:57:17.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: Deploying daemon grafana.smithi071 on smithi071 2023-10-11T15:57:17.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:17.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:17.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:17 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3052278516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:18.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:18.841 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:19.090 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:19.152 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:19.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:19 smithi071 ceph-mon[109085]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:20.408 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:20.408 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:20.410 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:21 smithi071 ceph-mon[109085]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:21 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/756949385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:21.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:21.790 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:22.029 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:22.092 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:23.373 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:23.373 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:23.375 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:23.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:23 smithi071 ceph-mon[109085]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:24.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:24.749 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:24.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:24 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1278066238' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:24.996 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:25.055 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:25.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:25 smithi071 ceph-mon[109085]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:26.346 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:26.347 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:26.348 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:27.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:27 smithi071 ceph-mon[109085]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:27.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:27 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1747531545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:27.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:27.727 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:27.978 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:28.037 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:29.315 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:29.315 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:29.317 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:29.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:29.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:29.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:29 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3774039132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:30.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:30.710 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:30.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:30 smithi071 ceph-mon[109085]: Deploying daemon prometheus.smithi071 on smithi071 2023-10-11T15:57:30.959 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:31.019 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:31.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:31 smithi071 ceph-mon[109085]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:32.389 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:32.389 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:32.391 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:33.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:33.776 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:33.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:33 smithi071 ceph-mon[109085]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:33.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:33 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:33.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:33 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2087853207' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:34.022 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:34.082 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:35.390 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:35.390 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:35.392 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:35.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:35 smithi071 ceph-mon[109085]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:36.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:36 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2460786255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:36.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:36.780 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:37.027 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:37.089 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:37.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:37 smithi071 ceph-mon[109085]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:38.411 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:38.411 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:38.413 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:39.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:39 smithi071 ceph-mon[109085]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:39.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2556462697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:39.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:39.801 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:40.041 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:40.097 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:41.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:41 smithi071 ceph-mon[109085]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:41.307 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:41.307 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:41.309 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:42.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:42 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/589276020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:42.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:42.699 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:42.940 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:43.002 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:43.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:43 smithi071 ceph-mon[109085]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:44.324 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:44.325 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:44.326 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:45.751 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:45.751 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:45.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:57:45.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2553170790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:45 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-11T15:57:45.993 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:46.052 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:47.348 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:47.348 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:47.350 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:47.504 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:47 smithi071 ceph-mon[109085]: from='mgr.14164 172.21.15.71:0/3479643003' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-11T15:57:47.505 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:47 smithi071 ceph-mon[109085]: mgrmap e14: smithi071.whtyjl(active, since 53s) 2023-10-11T15:57:48.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:48 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2541211711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:48.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:48.771 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:49.021 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:49.079 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:50.331 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:50.331 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:50.333 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:51.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:51 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/169752449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:51.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:51.768 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:52.011 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:52.074 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:52.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: Active manager daemon smithi071.whtyjl restarted 2023-10-11T15:57:52.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: Activating manager daemon smithi071.whtyjl 2023-10-11T15:57:52.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:57:52.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: mgrmap e15: smithi071.whtyjl(active, starting, since 0.00302328s) 2023-10-11T15:57:52.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:57:52.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi071.whtyjl", "id": "smithi071.whtyjl"}]: dispatch 2023-10-11T15:57:52.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:57:52.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:57:52.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:57:52.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: Manager daemon smithi071.whtyjl is now available 2023-10-11T15:57:52.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:57:52.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:57:53.352 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:53.352 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:53.354 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:54.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:54.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:54.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:57:54.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.whtyjl/trash_purge_schedule"}]: dispatch 2023-10-11T15:57:54.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: [11/Oct/2023:15:57:53] ENGINE Bus STARTING 2023-10-11T15:57:54.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1207615853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:54.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:54.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: mgrmap e16: smithi071.whtyjl(active, since 1.00524s) 2023-10-11T15:57:54.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:54.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:54.754 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:55.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:57:53] ENGINE Serving on http://172.21.15.71:8765 2023-10-11T15:57:55.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:57:53] ENGINE Serving on https://172.21.15.71:7150 2023-10-11T15:57:55.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:54 smithi071 ceph-mon[109085]: [11/Oct/2023:15:57:53] ENGINE Bus STARTED 2023-10-11T15:57:55.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:54 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:55.318 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:55.390 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:57:56.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: mgrmap e17: smithi071.whtyjl(active, since 2s) 2023-10-11T15:57:56.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:56.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:56.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:56.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:56.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:56.933 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:57:56.933 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:57:56.934 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:57:57.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2457389581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:57:57.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:57.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:57.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:57.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:57.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:57.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:57.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:57:58.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:57:58.322 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:57:58.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi071:/etc/ceph/ceph.conf 2023-10-11T15:57:58.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi097:/etc/ceph/ceph.conf 2023-10-11T15:57:58.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi071:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:58.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi097:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:58.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:58.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:58.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi071:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:58.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: Updating smithi097:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:58.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:58.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:58.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:58.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:58.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:57:58.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi097", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:57:58.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi097", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T15:57:58.779 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:58.880 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:59.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:57:59 smithi071 ceph-mon[109085]: Deploying daemon ceph-exporter.smithi097 on smithi097 2023-10-11T15:58:00.662 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:58:00.662 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:58:00.663 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:58:01.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3097000712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:01.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:01.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:01.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:01.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:01.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi097", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:58:01.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi097", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:58:01.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:02.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:58:02.087 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:58:02.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:02 smithi071 ceph-mon[109085]: Deploying daemon crash.smithi097 on smithi097 2023-10-11T15:58:02.442 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:03.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:03.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:03.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:03.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:03.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: Deploying daemon node-exporter.smithi097 on smithi097 2023-10-11T15:58:03.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:03.830 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:58:03.830 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:58:03.831 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:58:04.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:04 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3132126567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:05.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:58:05.155 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:58:05.406 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:07.151 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:58:07.151 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:58:07.153 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:58:07.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:07.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:07.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:07.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:07.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi097.rzagku", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:58:07.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi097.rzagku", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-11T15:58:07.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:58:07.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:07.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:06 smithi071 ceph-mon[109085]: Deploying daemon mgr.smithi097.rzagku on smithi097 2023-10-11T15:58:08.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:07 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3735669454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:08.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:58:08.677 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:58:09.111 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:58:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:09.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:09 smithi071 ceph-mon[109085]: Deploying daemon mon.smithi097 on smithi097 2023-10-11T15:58:10.679 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:58:10.680 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":1,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:55:52.390897Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:58:10.681 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 1 2023-10-11T15:58:11.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:11 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2031610977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:11.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:11 smithi097 ceph-mon[120628]: expand_channel_meta expanded map: {default=debug} 2023-10-11T15:58:12.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:58:12.199 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:58:12.431 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi097/config 2023-10-11T15:58:16.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:58:16.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: mon.smithi071 calling monitor election 2023-10-11T15:58:16.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:16.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: mon.smithi097 calling monitor election 2023-10-11T15:58:16.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:16.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi097.rzagku/crt"}]: dispatch 2023-10-11T15:58:16.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: mon.smithi071 is new leader, mons smithi071,smithi097 in quorum (ranks 0,1) 2023-10-11T15:58:16.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi097=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0]} removed_ranks: {} 2023-10-11T15:58:16.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: fsmap 2023-10-11T15:58:16.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:58:16.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: mgrmap e17: smithi071.whtyjl(active, since 23s) 2023-10-11T15:58:16.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: Standby manager daemon smithi097.rzagku started 2023-10-11T15:58:16.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:58:16.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: overall HEALTH_OK 2023-10-11T15:58:16.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi097.rzagku/key"}]: dispatch 2023-10-11T15:58:16.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:58:16.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.533 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: mon.smithi071 calling monitor election 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: mon.smithi097 calling monitor election 2023-10-11T15:58:16.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:16.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi097.rzagku/crt"}]: dispatch 2023-10-11T15:58:16.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:16.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: mon.smithi071 is new leader, mons smithi071,smithi097 in quorum (ranks 0,1) 2023-10-11T15:58:16.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi097=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0]} removed_ranks: {} 2023-10-11T15:58:16.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: fsmap 2023-10-11T15:58:16.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:58:16.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: mgrmap e17: smithi071.whtyjl(active, since 23s) 2023-10-11T15:58:16.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: Standby manager daemon smithi097.rzagku started 2023-10-11T15:58:16.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:58:16.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: overall HEALTH_OK 2023-10-11T15:58:16.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi097.rzagku/key"}]: dispatch 2023-10-11T15:58:16.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.? 172.21.15.97:0/813867545' entity='mgr.smithi097.rzagku' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:58:16.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:16.726 INFO:teuthology.orchestra.run.smithi097.stdout: 2023-10-11T15:58:16.726 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":2,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:58:11.066978Z","created":"2023-10-11T15:55:52.390897Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi097","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-11T15:58:16.728 INFO:teuthology.orchestra.run.smithi097.stderr:dumped monmap epoch 2 2023-10-11T15:58:17.336 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-11T15:58:17.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-11T15:58:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: mgrmap e18: smithi071.whtyjl(active, since 23s), standbys: smithi097.rzagku 2023-10-11T15:58:17.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi097.rzagku", "id": "smithi097.rzagku"}]: dispatch 2023-10-11T15:58:17.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:58:17.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3594128382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:17.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:17.555 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: mgrmap e18: smithi071.whtyjl(active, since 23s), standbys: smithi097.rzagku 2023-10-11T15:58:17.555 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr metadata", "who": "smithi097.rzagku", "id": "smithi097.rzagku"}]: dispatch 2023-10-11T15:58:17.555 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.556 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.556 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:17.556 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:58:17.556 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/3594128382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:58:17.556 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:58:17.570 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:18.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:18 smithi071 ceph-mon[109085]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:18.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:18 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:18.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:18 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:18.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:18 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:18.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:18 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:58:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:18 smithi097 ceph-mon[120628]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:18.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:18 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:18.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:18 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:18.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:18 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:18.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:18 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:58:18.880 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:58:18.880 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2023-10-11T15:58:18.880 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T15:58:18.881 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] 2023-10-11T15:58:19.263 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-11T15:58:19.263 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:58:19.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:58:19.293 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:58:19.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:58:19.363 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:58:19.364 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:58:19.398 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:58:19.399 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:58:19.465 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: Updating smithi071:/etc/ceph/ceph.conf 2023-10-11T15:58:19.465 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: Updating smithi097:/etc/ceph/ceph.conf 2023-10-11T15:58:19.465 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: Updating smithi097:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:19.466 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: Updating smithi071:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:19.466 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.466 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.466 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.467 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.467 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.467 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:58:19.467 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:58:19.467 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:19.468 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:19 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1648604826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:19.469 INFO:tasks.cephadm:Deploying OSDs... 2023-10-11T15:58:19.469 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:58:19.470 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:58:19.488 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:58:19.488 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme1n1 2023-10-11T15:58:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: Updating smithi071:/etc/ceph/ceph.conf 2023-10-11T15:58:19.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: Updating smithi097:/etc/ceph/ceph.conf 2023-10-11T15:58:19.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: Updating smithi097:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:19.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: Updating smithi071:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:58:19.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:58:19.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:58:19.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:19.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:19 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1648604826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:19.547 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme1n1 2023-10-11T15:58:19.547 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:19.547 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 433659 Links: 1 Device type: 103,1 2023-10-11T15:58:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:57:01.703063626 +0000 2023-10-11T15:58:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:55:13.833952886 +0000 2023-10-11T15:58:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:55:13.833952886 +0000 2023-10-11T15:58:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:58:19.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T15:58:19.613 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:58:19.613 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:58:19.614 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000250063 s, 2.0 MB/s 2023-10-11T15:58:19.615 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T15:58:19.675 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme2n1 2023-10-11T15:58:19.734 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme2n1 2023-10-11T15:58:19.735 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:19.735 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 433673 Links: 1 Device type: 103,2 2023-10-11T15:58:19.735 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:19.735 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:19.735 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:57:01.716063398 +0000 2023-10-11T15:58:19.736 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:55:13.983950267 +0000 2023-10-11T15:58:19.736 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:55:13.983950267 +0000 2023-10-11T15:58:19.736 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:58:19.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T15:58:19.801 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:58:19.802 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:58:19.802 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000260759 s, 2.0 MB/s 2023-10-11T15:58:19.804 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T15:58:19.862 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme3n1 2023-10-11T15:58:19.921 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme3n1 2023-10-11T15:58:19.921 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:19.921 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 440480 Links: 1 Device type: 103,3 2023-10-11T15:58:19.922 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:19.922 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:19.922 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:57:01.726063222 +0000 2023-10-11T15:58:19.922 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:55:14.130947700 +0000 2023-10-11T15:58:19.922 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:55:14.130947700 +0000 2023-10-11T15:58:19.923 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:58:19.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T15:58:19.991 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:58:19.991 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:58:19.991 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000228886 s, 2.2 MB/s 2023-10-11T15:58:19.992 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T15:58:20.050 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme4n1 2023-10-11T15:58:20.108 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme4n1 2023-10-11T15:58:20.109 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:20.109 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 437967 Links: 1 Device type: 103,4 2023-10-11T15:58:20.109 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:20.109 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:20.109 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-10-11 15:57:01.737063029 +0000 2023-10-11T15:58:20.110 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-10-11 15:55:14.281945064 +0000 2023-10-11T15:58:20.110 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-10-11 15:55:14.281945064 +0000 2023-10-11T15:58:20.110 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-10-11T15:58:20.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T15:58:20.175 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-10-11T15:58:20.175 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-10-11T15:58:20.175 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000246226 s, 2.1 MB/s 2023-10-11T15:58:20.176 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T15:58:20.237 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:58:20.237 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:58:20.260 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:58:20.260 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/nvme1n1 2023-10-11T15:58:20.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: Reconfiguring mon.smithi071 (unknown last config time)... 2023-10-11T15:58:20.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: Reconfiguring daemon mon.smithi071 on smithi071 2023-10-11T15:58:20.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:20.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:20.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:20.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.whtyjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:58:20.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:58:20.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:20.321 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/nvme1n1 2023-10-11T15:58:20.321 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:20.321 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 438498 Links: 1 Device type: 103,1 2023-10-11T15:58:20.321 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:20.322 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:20.322 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:57:56.203952750 +0000 2023-10-11T15:58:20.322 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:55:15.495670005 +0000 2023-10-11T15:58:20.322 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:55:15.495670005 +0000 2023-10-11T15:58:20.322 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:58:20.323 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T15:58:20.391 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:58:20.391 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:58:20.391 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000283174 s, 1.8 MB/s 2023-10-11T15:58:20.392 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T15:58:20.455 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/nvme2n1 2023-10-11T15:58:20.515 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/nvme2n1 2023-10-11T15:58:20.515 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:20.516 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 438575 Links: 1 Device type: 103,2 2023-10-11T15:58:20.516 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:20.516 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:20.516 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:57:56.214952565 +0000 2023-10-11T15:58:20.516 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:55:15.643667501 +0000 2023-10-11T15:58:20.517 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:55:15.643667501 +0000 2023-10-11T15:58:20.517 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:58:20.517 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T15:58:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: Reconfiguring mon.smithi071 (unknown last config time)... 2023-10-11T15:58:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: Reconfiguring daemon mon.smithi071 on smithi071 2023-10-11T15:58:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:20.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:20.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:20.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.whtyjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:58:20.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:58:20.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:20.584 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:58:20.585 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:58:20.585 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000248889 s, 2.1 MB/s 2023-10-11T15:58:20.586 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T15:58:20.647 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/nvme3n1 2023-10-11T15:58:20.706 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/nvme3n1 2023-10-11T15:58:20.706 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 440321 Links: 1 Device type: 103,3 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:57:56.224952397 +0000 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:55:15.791664998 +0000 2023-10-11T15:58:20.707 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:55:15.791664998 +0000 2023-10-11T15:58:20.708 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:58:20.708 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T15:58:20.774 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:58:20.774 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:58:20.775 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000224355 s, 2.3 MB/s 2023-10-11T15:58:20.776 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T15:58:20.835 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/nvme4n1 2023-10-11T15:58:20.894 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/nvme4n1 2023-10-11T15:58:20.895 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:58:20.895 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 6h/6d Inode: 440380 Links: 1 Device type: 103,4 2023-10-11T15:58:20.895 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:58:20.895 INFO:teuthology.orchestra.run.smithi097.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-11T15:58:20.896 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2023-10-11 15:57:56.234952229 +0000 2023-10-11T15:58:20.896 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2023-10-11 15:55:15.937662528 +0000 2023-10-11T15:58:20.896 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2023-10-11 15:55:15.937662528 +0000 2023-10-11T15:58:20.896 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2023-10-11T15:58:20.896 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T15:58:20.961 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2023-10-11T15:58:20.962 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2023-10-11T15:58:20.962 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000268696 s, 1.9 MB/s 2023-10-11T15:58:20.963 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T15:58:21.023 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-11T15:58:21.275 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi097/config 2023-10-11T15:58:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: Reconfiguring mgr.smithi071.whtyjl (unknown last config time)... 2023-10-11T15:58:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: Reconfiguring daemon mgr.smithi071.whtyjl on smithi071 2023-10-11T15:58:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi071", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:58:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:21.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: Reconfiguring mgr.smithi071.whtyjl (unknown last config time)... 2023-10-11T15:58:21.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: Reconfiguring daemon mgr.smithi071.whtyjl on smithi071 2023-10-11T15:58:21.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:21.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:21.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi071", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:58:21.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:21.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: Reconfiguring ceph-exporter.smithi071 (monmap changed)... 2023-10-11T15:58:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: Reconfiguring daemon ceph-exporter.smithi071 on smithi071 2023-10-11T15:58:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:58:22.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: Reconfiguring ceph-exporter.smithi071 (monmap changed)... 2023-10-11T15:58:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: Reconfiguring daemon ceph-exporter.smithi071 on smithi071 2023-10-11T15:58:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:58:22.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:22.578 INFO:teuthology.orchestra.run.smithi097.stdout:Scheduled osd.all-available-devices update... 2023-10-11T15:58:22.942 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-11T15:58:22.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: Reconfiguring crash.smithi071 (monmap changed)... 2023-10-11T15:58:23.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: Reconfiguring daemon crash.smithi071 on smithi071 2023-10-11T15:58:23.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: Reconfiguring crash.smithi071 (monmap changed)... 2023-10-11T15:58:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: Reconfiguring daemon crash.smithi071 on smithi071 2023-10-11T15:58:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:23.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:23.605 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: Reconfiguring alertmanager.smithi071 (dependencies changed)... 2023-10-11T15:58:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: Reconfiguring daemon alertmanager.smithi071 on smithi071 2023-10-11T15:58:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: Marking host: smithi071 for OSDSpec preview refresh. 2023-10-11T15:58:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: Marking host: smithi097 for OSDSpec preview refresh. 2023-10-11T15:58:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: Saving service osd.all-available-devices spec with placement * 2023-10-11T15:58:24.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:24 smithi071 ceph-mon[109085]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: Reconfiguring alertmanager.smithi071 (dependencies changed)... 2023-10-11T15:58:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: Reconfiguring daemon alertmanager.smithi071 on smithi071 2023-10-11T15:58:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:24.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: Marking host: smithi071 for OSDSpec preview refresh. 2023-10-11T15:58:24.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: Marking host: smithi097 for OSDSpec preview refresh. 2023-10-11T15:58:24.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: Saving service osd.all-available-devices spec with placement * 2023-10-11T15:58:24.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:24 smithi097 ceph-mon[120628]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:25.427 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:25.800 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:26.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:26 smithi071 ceph-mon[109085]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:26.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:26 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/416546147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:26.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:26 smithi097 ceph-mon[120628]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:26.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:26 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/416546147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:26.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:27.230 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:27.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:27 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:27.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:27 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:27.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:27 smithi071 ceph-mon[109085]: Reconfiguring grafana.smithi071 (dependencies changed)... 2023-10-11T15:58:27.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:27 smithi071 ceph-mon[109085]: Reconfiguring daemon grafana.smithi071 on smithi071 2023-10-11T15:58:27.381 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:27 smithi071 ceph-mon[109085]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:27 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:27 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:27 smithi097 ceph-mon[120628]: Reconfiguring grafana.smithi071 (dependencies changed)... 2023-10-11T15:58:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:27 smithi097 ceph-mon[120628]: Reconfiguring daemon grafana.smithi071 on smithi071 2023-10-11T15:58:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:27 smithi097 ceph-mon[120628]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:28.937 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:29.321 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:30.025 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:29 smithi071 ceph-mon[109085]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:30.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:29 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1282947243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:30.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:30.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:30.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:29 smithi097 ceph-mon[120628]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:29 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1282947243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:30.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:30.970 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:31.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:31 smithi071 ceph-mon[109085]: Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-10-11T15:58:31.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:31 smithi071 ceph-mon[109085]: Reconfiguring daemon prometheus.smithi071 on smithi071 2023-10-11T15:58:31.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:31 smithi097 ceph-mon[120628]: Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-10-11T15:58:31.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:31 smithi097 ceph-mon[120628]: Reconfiguring daemon prometheus.smithi071 on smithi071 2023-10-11T15:58:32.158 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:32 smithi071 ceph-mon[109085]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:32.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:32 smithi097 ceph-mon[120628]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:32.546 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:33.042 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:33.061 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:33 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/405382668' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:33.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:33 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/405382668' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:34.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:34.266 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:34.277 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:34 smithi097 ceph-mon[120628]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:34.278 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:34 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:34.278 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:34 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:34.278 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:34 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi097", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:58:34.278 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:34 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:34.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:34 smithi071 ceph-mon[109085]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:34.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:34 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:34.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:34 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:34.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:34 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi097", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:58:34.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:34 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:35.236 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: Reconfiguring ceph-exporter.smithi097 (monmap changed)... 2023-10-11T15:58:35.236 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: Reconfiguring daemon ceph-exporter.smithi097 on smithi097 2023-10-11T15:58:35.236 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:35.236 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:35.237 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi097", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:58:35.237 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:35.436 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:35.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: Reconfiguring ceph-exporter.smithi097 (monmap changed)... 2023-10-11T15:58:35.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: Reconfiguring daemon ceph-exporter.smithi097 on smithi097 2023-10-11T15:58:35.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:35.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:35.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi097", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:58:35.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:35.843 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:36.305 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: Reconfiguring crash.smithi097 (monmap changed)... 2023-10-11T15:58:36.306 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: Reconfiguring daemon crash.smithi097 on smithi097 2023-10-11T15:58:36.306 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:36.306 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4140683674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:36.306 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:36.307 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:36.307 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi097.rzagku", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:58:36.307 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:58:36.307 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:36.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: Reconfiguring crash.smithi097 (monmap changed)... 2023-10-11T15:58:36.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: Reconfiguring daemon crash.smithi097 on smithi097 2023-10-11T15:58:36.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:36.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4140683674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:36.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:36.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:36.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi097.rzagku", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:58:36.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:58:36.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:36.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:37.081 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:37.185 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: Reconfiguring mgr.smithi097.rzagku (monmap changed)... 2023-10-11T15:58:37.186 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: Reconfiguring daemon mgr.smithi097.rzagku on smithi097 2023-10-11T15:58:37.186 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:37.186 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:37.186 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:58:37.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:58:37.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:37.210 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: Reconfiguring mgr.smithi097.rzagku (monmap changed)... 2023-10-11T15:58:37.211 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: Reconfiguring daemon mgr.smithi097.rzagku on smithi097 2023-10-11T15:58:37.211 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:37.211 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:37.211 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:58:37.212 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:58:37.212 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:38.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: Reconfiguring mon.smithi097 (monmap changed)... 2023-10-11T15:58:38.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: Reconfiguring daemon mon.smithi097 on smithi097 2023-10-11T15:58:38.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:38.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:58:38.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:58:38.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:58:38.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:58:38.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:58:38.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:58:38.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:58:38.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:38.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: Reconfiguring mon.smithi097 (monmap changed)... 2023-10-11T15:58:38.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: Reconfiguring daemon mon.smithi097 on smithi097 2023-10-11T15:58:38.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:38.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:58:38.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:58:38.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:58:38.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:58:38.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:58:38.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:58:38.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:38.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:58:38.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:38.328 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:38.758 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:39.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:58:39.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:58:39.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:58:39.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:58:39.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:58:39.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:58:39.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3946428993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:39.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:39 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:58:39.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:58:39.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:58:39.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:58:39.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:58:39.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:58:39.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3946428993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:39.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:39 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:39.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:40.109 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:40.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:40 smithi097 ceph-mon[120628]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:40.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:40 smithi071 ceph-mon[109085]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:41.703 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:41.884 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:41.885 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:41.885 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:41.885 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:41.885 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:41.885 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:58:41.886 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:41.886 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:58:41.886 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:41.886 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:58:41.886 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:41.887 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:58:41.887 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:41.887 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:41 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/478235741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:42.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:42.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:42.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:42.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:42.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:42.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:58:42.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:58:42.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:58:42.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:42.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:58:42.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:42.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:58:42.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:58:42.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:41 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/478235741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:42.300 INFO:teuthology.orchestra.run.smithi071.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-11T15:58:43.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:43.532 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:43.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:43.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2721078139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]: dispatch 2023-10-11T15:58:43.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]: dispatch 2023-10-11T15:58:43.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]': finished 2023-10-11T15:58:43.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:58:43.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:43.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3234557679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7e279e4-5dbc-4c97-859a-ec24158870b0"}]: dispatch 2023-10-11T15:58:43.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3234557679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7e279e4-5dbc-4c97-859a-ec24158870b0"}]': finished 2023-10-11T15:58:43.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: osdmap e7: 2 total, 0 up, 2 in 2023-10-11T15:58:43.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:43.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:43 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2721078139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]: dispatch 2023-10-11T15:58:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]: dispatch 2023-10-11T15:58:44.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71ea4621-eae0-49f2-af3f-33f27c076f34"}]': finished 2023-10-11T15:58:44.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:58:44.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:44.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3234557679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7e279e4-5dbc-4c97-859a-ec24158870b0"}]: dispatch 2023-10-11T15:58:44.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3234557679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7e279e4-5dbc-4c97-859a-ec24158870b0"}]': finished 2023-10-11T15:58:44.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: osdmap e7: 2 total, 0 up, 2 in 2023-10-11T15:58:44.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:44.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:43 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:45.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:44 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2726032385' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:45.131 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:45.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:44 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2726032385' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:45.531 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1697039923,"num_remapped_pgs":0} 2023-10-11T15:58:46.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:46 smithi097 ceph-mon[120628]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:46.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:46 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2240722329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:46.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:46 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1590337986' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:46 smithi071 ceph-mon[109085]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:46.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:46 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2240722329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:46.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:46 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1590337986' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:46.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:46.759 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:47.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/1045021298' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]: dispatch 2023-10-11T15:58:47.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]: dispatch 2023-10-11T15:58:47.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]': finished 2023-10-11T15:58:47.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: osdmap e8: 3 total, 0 up, 3 in 2023-10-11T15:58:47.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:47.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:47.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:47 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:47.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1045021298' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]: dispatch 2023-10-11T15:58:47.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]: dispatch 2023-10-11T15:58:47.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "936a0e45-b654-4d5e-b9f9-5493f91d9d31"}]': finished 2023-10-11T15:58:47.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: osdmap e8: 3 total, 0 up, 3 in 2023-10-11T15:58:47.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:47.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:47.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:47 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:48.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:48.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1651390792' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a6c969f-e826-4633-af03-5df07570201f"}]: dispatch 2023-10-11T15:58:48.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1651390792' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a6c969f-e826-4633-af03-5df07570201f"}]': finished 2023-10-11T15:58:48.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: osdmap e9: 4 total, 0 up, 4 in 2023-10-11T15:58:48.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:48.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:48.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:48.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:48.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:48.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1651390792' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a6c969f-e826-4633-af03-5df07570201f"}]: dispatch 2023-10-11T15:58:48.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1651390792' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a6c969f-e826-4633-af03-5df07570201f"}]': finished 2023-10-11T15:58:48.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: osdmap e9: 4 total, 0 up, 4 in 2023-10-11T15:58:48.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:48.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:48.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:48.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:48.692 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1697039927,"num_remapped_pgs":0} 2023-10-11T15:58:49.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:49 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/3266779543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:49.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:49 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3146857672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:49 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3266779543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:49.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:49 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3146857672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:49.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:49.916 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:50.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:50 smithi097 ceph-mon[120628]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:50 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3516417110' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:50.407 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:50 smithi071 ceph-mon[109085]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:50.407 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:50 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3516417110' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:51.141 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:51.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/3665172631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]: dispatch 2023-10-11T15:58:51.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]: dispatch 2023-10-11T15:58:51.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]': finished 2023-10-11T15:58:51.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: osdmap e10: 5 total, 0 up, 5 in 2023-10-11T15:58:51.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:51.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:51.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:51.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:51.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:51 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:51.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3665172631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]: dispatch 2023-10-11T15:58:51.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]: dispatch 2023-10-11T15:58:51.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02b948f5-ffad-495f-80eb-705c3d518705"}]': finished 2023-10-11T15:58:51.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: osdmap e10: 5 total, 0 up, 5 in 2023-10-11T15:58:51.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:51.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:51.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:51.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:51.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:51 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:51.535 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1697039930,"num_remapped_pgs":0} 2023-10-11T15:58:52.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:52.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/754337257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:52.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2353670503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3700ce9e-345d-45ee-b68a-33d3237e4de8"}]: dispatch 2023-10-11T15:58:52.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2353670503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3700ce9e-345d-45ee-b68a-33d3237e4de8"}]': finished 2023-10-11T15:58:52.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: osdmap e11: 6 total, 0 up, 6 in 2023-10-11T15:58:52.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:52.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:52.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:52.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:52.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:52.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:52.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:52 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/1585915642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:52.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:52.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/754337257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2353670503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3700ce9e-345d-45ee-b68a-33d3237e4de8"}]: dispatch 2023-10-11T15:58:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2353670503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3700ce9e-345d-45ee-b68a-33d3237e4de8"}]': finished 2023-10-11T15:58:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: osdmap e11: 6 total, 0 up, 6 in 2023-10-11T15:58:52.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:52.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:52.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:52.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:52 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1585915642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:52.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:52.763 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:53.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:53.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:53.998 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:54.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:54 smithi071 ceph-mon[109085]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:54.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:54 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2096318284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:54.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:54 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4111272977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:54.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:54 smithi097 ceph-mon[120628]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:54.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:54 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2096318284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:54.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:54 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4111272977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:54.430 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1697039931,"num_remapped_pgs":0} 2023-10-11T15:58:55.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/3506367974' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]: dispatch 2023-10-11T15:58:55.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]: dispatch 2023-10-11T15:58:55.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]': finished 2023-10-11T15:58:55.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: osdmap e12: 7 total, 0 up, 7 in 2023-10-11T15:58:55.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:55.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:55.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:55.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:55.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:55.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:55.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:58:55.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:55.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/3506367974' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]: dispatch 2023-10-11T15:58:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]: dispatch 2023-10-11T15:58:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ec035f7-5451-4392-b428-0e3b27ccaa79"}]': finished 2023-10-11T15:58:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: osdmap e12: 7 total, 0 up, 7 in 2023-10-11T15:58:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:58:55.683 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:56.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:56.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2816095430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:56.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/504481490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f6584c0-2453-464e-9287-68fb3414df33"}]: dispatch 2023-10-11T15:58:56.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/504481490' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f6584c0-2453-464e-9287-68fb3414df33"}]': finished 2023-10-11T15:58:56.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: osdmap e13: 8 total, 0 up, 8 in 2023-10-11T15:58:56.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:56.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:56.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:56.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:56.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:56.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:56.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:58:56.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:58:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2816095430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:56.414 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/504481490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f6584c0-2453-464e-9287-68fb3414df33"}]: dispatch 2023-10-11T15:58:56.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/504481490' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f6584c0-2453-464e-9287-68fb3414df33"}]': finished 2023-10-11T15:58:56.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: osdmap e13: 8 total, 0 up, 8 in 2023-10-11T15:58:56.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:58:56.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:58:56.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:58:56.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:58:56.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:58:56.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:58:56.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:58:56.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:58:57.116 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:58:57.496 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:58:58.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:58 smithi097 ceph-mon[120628]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:58.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:58 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3975354650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:58.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:58:58 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3865077692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:58.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:58:58.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:58 smithi071 ceph-mon[109085]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:58:58.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:58 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3975354650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:58:58.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:58:58 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3865077692' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:58:58.727 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:58:59.980 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:00.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:00 smithi071 ceph-mon[109085]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:00.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:00 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3184779903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:00.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:00 smithi097 ceph-mon[120628]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:00.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:00 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3184779903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:00.479 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:01.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:59:01.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:01.399 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:59:01.399 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:01.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:01.712 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:02.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:02 smithi071 ceph-mon[109085]: Deploying daemon osd.0 on smithi097 2023-10-11T15:59:02.203 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:02 smithi071 ceph-mon[109085]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:02.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:02 smithi097 ceph-mon[120628]: Deploying daemon osd.0 on smithi097 2023-10-11T15:59:02.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:02 smithi097 ceph-mon[120628]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:03.182 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:59:03.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:03 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:03.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:03 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:59:03.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:03 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:03.373 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:03.888 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:04.326 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:04 smithi097 ceph-mon[120628]: Deploying daemon osd.1 on smithi071 2023-10-11T15:59:04.326 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:04 smithi097 ceph-mon[120628]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:04.326 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:04 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1142865708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:04.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:04 smithi071 ceph-mon[109085]: Deploying daemon osd.1 on smithi071 2023-10-11T15:59:04.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:04 smithi071 ceph-mon[109085]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:04.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:04 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1142865708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:04.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:05.393 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:05.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:05.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:05.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:59:05.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:05.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: Deploying daemon osd.2 on smithi097 2023-10-11T15:59:05.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:05 smithi097 ceph-mon[120628]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:05.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:05.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:05.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:59:05.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:05.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: Deploying daemon osd.2 on smithi097 2023-10-11T15:59:05.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:05 smithi071 ceph-mon[109085]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:07.127 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:07.569 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:08.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:59:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: Deploying daemon osd.3 on smithi071 2023-10-11T15:59:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3934625002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:59:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:07 smithi071 ceph-mon[109085]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:59:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:59:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: Deploying daemon osd.3 on smithi071 2023-10-11T15:59:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3934625002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:59:08.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:07 smithi097 ceph-mon[120628]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:59:08.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:08.799 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:08.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:59:08.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: osdmap e14: 8 total, 0 up, 8 in 2023-10-11T15:59:08.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:08.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:08.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:08.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:08.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:08.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:08.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:08.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:08.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:08.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:08.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:08.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:08.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:59:08.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:09.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:59:09.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: osdmap e14: 8 total, 0 up, 8 in 2023-10-11T15:59:09.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:09.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:09.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:09.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:09.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:09.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:09.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:09.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:09.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:09.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:09.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:09.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:09.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:09.063 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:59:09.063 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:09.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: Deploying daemon osd.4 on smithi097 2023-10-11T15:59:09.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:09.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: osdmap e15: 8 total, 0 up, 8 in 2023-10-11T15:59:09.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:09.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:09.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:09.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:09.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:09.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:09.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:09.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:09.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:09.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:09 smithi071 ceph-mon[109085]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:10.045 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: Deploying daemon osd.4 on smithi097 2023-10-11T15:59:10.045 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:10.046 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: osdmap e15: 8 total, 0 up, 8 in 2023-10-11T15:59:10.046 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:10.046 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:10.046 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:10.046 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:10.047 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:10.047 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:10.047 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:10.047 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:10.047 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:10.048 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:09 smithi097 ceph-mon[120628]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:59:10.088 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:10.562 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1697039949,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:10.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:10.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:10.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535] boot 2023-10-11T15:59:10.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: osdmap e16: 8 total, 1 up, 8 in 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:10.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:10.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:10.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:59:10.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:59:10.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:10 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2366621325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:11.027 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:11.027 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:11.027 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: osd.0 [v2:172.21.15.97:6800/1036032535,v1:172.21.15.97:6801/1036032535] boot 2023-10-11T15:59:11.028 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: osdmap e16: 8 total, 1 up, 8 in 2023-10-11T15:59:11.028 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:59:11.028 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:11.028 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:11.028 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:11.029 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:11.029 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:11.029 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:11.029 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:11.029 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:59:11.030 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:59:11.030 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:10 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2366621325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:11.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:11.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:59:11.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: osdmap e17: 8 total, 1 up, 8 in 2023-10-11T15:59:11.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:11.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:11.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:11.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:11.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:11.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:11.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:11.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:11.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:11.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:59:11.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:11.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:11.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:59:11.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:11.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: Deploying daemon osd.5 on smithi071 2023-10-11T15:59:11.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:59:11.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:59:11.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:11.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:59:11.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: osdmap e18: 8 total, 1 up, 8 in 2023-10-11T15:59:11.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:11.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:11.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:11.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:11.816 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:11.816 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:11.816 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:11.816 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:11.816 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:11 smithi097 ceph-mon[120628]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:12.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:59:12.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: osdmap e17: 8 total, 1 up, 8 in 2023-10-11T15:59:12.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:12.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:12.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:12.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:12.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:12.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:12.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:12.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:12.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:12.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:59:12.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:12.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:12.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:59:12.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:12.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: Deploying daemon osd.5 on smithi071 2023-10-11T15:59:12.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:59:12.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:59:12.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:12.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:59:12.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: osdmap e18: 8 total, 1 up, 8 in 2023-10-11T15:59:12.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:12.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:12.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:12.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:11 smithi071 ceph-mon[109085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:12.150 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:13.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:13.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:13.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:13.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:59:13.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:13.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:13.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433] boot 2023-10-11T15:59:13.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: osdmap e19: 8 total, 2 up, 8 in 2023-10-11T15:59:13.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:13.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:13.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:13.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:13.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:13.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:13.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:13.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:13.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:13.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:13.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:13.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: osd.1 [v2:172.21.15.71:6802/2972436433,v1:172.21.15.71:6803/2972436433] boot 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: osdmap e19: 8 total, 2 up, 8 in 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:59:13.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:13.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:13.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:13.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:13.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:13.063 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:13.063 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:13.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:13.950 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:13 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:13.950 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:13 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:13.950 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:13 smithi097 ceph-mon[120628]: Deploying daemon osd.6 on smithi097 2023-10-11T15:59:13.951 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:13 smithi097 ceph-mon[120628]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:59:13.951 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:13 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:13.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:13 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:13.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:13 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:13.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:13 smithi071 ceph-mon[109085]: Deploying daemon osd.6 on smithi097 2023-10-11T15:59:13.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:13 smithi071 ceph-mon[109085]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:59:13.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:13 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:14.220 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1697039953,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:14.928 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:14.929 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:14.929 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202] boot 2023-10-11T15:59:14.929 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: osdmap e20: 8 total, 3 up, 8 in 2023-10-11T15:59:14.929 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:14.930 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:14.930 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:14.930 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:14.930 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:14.930 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:14.931 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3282341440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:14.931 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:14 smithi097 ceph-mon[120628]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:59:15.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:15.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:15.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: osd.2 [v2:172.21.15.97:6808/2313972202,v1:172.21.15.97:6809/2313972202] boot 2023-10-11T15:59:15.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: osdmap e20: 8 total, 3 up, 8 in 2023-10-11T15:59:15.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:59:15.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:15.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:15.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:15.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:15.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:15.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3282341440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:15.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:14 smithi071 ceph-mon[109085]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:59:15.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:15.467 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:15.926 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:59:15.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: osdmap e21: 8 total, 3 up, 8 in 2023-10-11T15:59:15.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:15.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:15.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: pgmap v50: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T15:59:15.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:59:15.929 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:15 smithi071 ceph-mon[109085]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:59:16.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:59:16.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: osdmap e21: 8 total, 3 up, 8 in 2023-10-11T15:59:16.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:16.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:16.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: pgmap v50: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T15:59:16.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:59:16.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:15 smithi097 ceph-mon[120628]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:59:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:16.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:16.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T15:59:16.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: osdmap e22: 8 total, 3 up, 8 in 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:16.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:59:16.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:16.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:16.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:16.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:16.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:16.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:59:16.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:16.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: Deploying daemon osd.7 on smithi071 2023-10-11T15:59:16.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:16.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:16.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:59:16.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:16.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172] boot 2023-10-11T15:59:16.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: osdmap e23: 8 total, 4 up, 8 in 2023-10-11T15:59:16.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:16.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:16.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:16.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:16.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:16.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:16 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:17.056 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:17.056 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T15:59:17.056 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:59:17.057 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: osdmap e22: 8 total, 3 up, 8 in 2023-10-11T15:59:17.057 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:17.057 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:17.057 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:17.057 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:17.058 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:17.058 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:59:17.058 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:17.058 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:17.058 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:17.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:17.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:17.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:59:17.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:17.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: Deploying daemon osd.7 on smithi071 2023-10-11T15:59:17.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:17.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:17.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:59:17.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:17.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: osd.3 [v2:172.21.15.71:6810/1497398172,v1:172.21.15.71:6811/1497398172] boot 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: osdmap e23: 8 total, 4 up, 8 in 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:17.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:17.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:16 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:17.427 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":23,"num_osds":8,"num_up_osds":4,"osd_up_since":1697039956,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:18.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:18.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:18.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:59:18.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2696956073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:18.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304] boot 2023-10-11T15:59:18.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: osdmap e24: 8 total, 5 up, 8 in 2023-10-11T15:59:18.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:18.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:18.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:18.062 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:17 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:18.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:18.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:18.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2696956073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: osd.4 [v2:172.21.15.97:6816/2306940304,v1:172.21.15.97:6817/2306940304] boot 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: osdmap e24: 8 total, 5 up, 8 in 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:18.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:18.149 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:17 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:18.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:18.658 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 132 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:59:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:59:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:19.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:19.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:19.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:19.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:19.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 132 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:59:19.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:59:19.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:20.256 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:20.484 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:59:20.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: osdmap e25: 8 total, 5 up, 8 in 2023-10-11T15:59:20.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: mgrmap e19: smithi071.whtyjl(active, since 86s), standbys: smithi097.rzagku 2023-10-11T15:59:20.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:20.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:20.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:20.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:20.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:59:20.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:59:20.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:20.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3978239774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:20.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:20 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:20.651 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1697039957,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:20.765 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:59:20.765 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: osdmap e25: 8 total, 5 up, 8 in 2023-10-11T15:59:20.765 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: mgrmap e19: smithi071.whtyjl(active, since 86s), standbys: smithi097.rzagku 2023-10-11T15:59:20.766 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:20.766 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:20.766 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:20.766 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:20.767 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:59:20.767 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:59:20.767 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:20.767 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3978239774' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:20.767 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:20 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:21.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:21.830 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[146994]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-11T15:59:21.831 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[146994]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-11T15:59:21.831 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[146994]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-11T15:59:21.831 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[146994]: pam_unix(sudo:session): session closed for user root 2023-10-11T15:59:21.898 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:22.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[147036]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-11T15:59:22.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[147036]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-11T15:59:22.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[147036]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-11T15:59:22.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 sudo[147036]: pam_unix(sudo:session): session closed for user root 2023-10-11T15:59:22.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:22.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:59:22.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: osdmap e26: 8 total, 5 up, 8 in 2023-10-11T15:59:22.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:22.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:22.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:22.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:22.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:22.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:22.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:59:22.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:22.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:22.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:21 smithi071 ceph-mon[109085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:59:22.105 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:22.105 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:59:22.105 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: osdmap e26: 8 total, 5 up, 8 in 2023-10-11T15:59:22.105 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:22.106 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:22.106 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:22.106 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:22.106 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:22.107 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2023-10-11T15:59:22.107 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:59:22.107 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:22.107 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:22.108 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:21 smithi097 ceph-mon[120628]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:59:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132933]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-11T15:59:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132933]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-11T15:59:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132933]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-11T15:59:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132933]: pam_unix(sudo:session): session closed for user root 2023-10-11T15:59:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132936]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-11T15:59:22.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132936]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-11T15:59:22.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132936]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-11T15:59:22.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 sudo[132936]: pam_unix(sudo:session): session closed for user root 2023-10-11T15:59:23.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:23.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:23.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:23.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:23.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:59:23.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:59:23.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:59:23.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:23.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686] boot 2023-10-11T15:59:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: osdmap e27: 8 total, 6 up, 8 in 2023-10-11T15:59:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:23.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:59:23.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:59:23.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:59:23.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:59:23.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:23.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:23.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:23.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:23.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:23.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: osd.5 [v2:172.21.15.71:6818/1789561686,v1:172.21.15.71:6819/1789561686] boot 2023-10-11T15:59:23.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: osdmap e27: 8 total, 6 up, 8 in 2023-10-11T15:59:23.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:59:23.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:23.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:23.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.312 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "mon metadata", "id": "smithi097"}]: dispatch 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:59:23.313 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:23.314 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:23.747 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:24.011 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:59:24.012 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:24.012 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685] boot 2023-10-11T15:59:24.012 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: osdmap e28: 8 total, 7 up, 8 in 2023-10-11T15:59:24.012 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:24.013 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:24.013 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:23 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2756883224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:24.277 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1697039962,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:24.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:59:24.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:24.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: osd.6 [v2:172.21.15.97:6824/3285879685,v1:172.21.15.97:6825/3285879685] boot 2023-10-11T15:59:24.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: osdmap e28: 8 total, 7 up, 8 in 2023-10-11T15:59:24.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:59:24.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:24.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:23 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2756883224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:25.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:25.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: osdmap e29: 8 total, 7 up, 8 in 2023-10-11T15:59:25.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:25.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:59:25.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:25.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:25.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:59:25.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:25 smithi071 ceph-mon[109085]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:59:25.563 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:25.754 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: osdmap e29: 8 total, 7 up, 8 in 2023-10-11T15:59:25.755 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:25.755 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:59:25.755 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:25.756 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:25.756 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:59:25.756 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:25 smithi097 ceph-mon[120628]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:59:26.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:59:26.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: osdmap e30: 8 total, 7 up, 8 in 2023-10-11T15:59:26.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:26.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:26.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:26.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:26.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:26.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: osdmap e31: 8 total, 7 up, 8 in 2023-10-11T15:59:26.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:26.757 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:59:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: osdmap e30: 8 total, 7 up, 8 in 2023-10-11T15:59:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-10-11T15:59:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-10-11T15:59:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: osdmap e31: 8 total, 7 up, 8 in 2023-10-11T15:59:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:27.311 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:27 smithi097 ceph-mon[120628]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:59:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:27 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4180908461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:27 smithi097 ceph-mon[120628]: osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219] boot 2023-10-11T15:59:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:27 smithi097 ceph-mon[120628]: osdmap e32: 8 total, 8 up, 8 in 2023-10-11T15:59:27.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:27 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:27.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:27 smithi071 ceph-mon[109085]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:59:27.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:27 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4180908461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:27.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:27 smithi071 ceph-mon[109085]: osd.7 [v2:172.21.15.71:6826/994656219,v1:172.21.15.71:6827/994656219] boot 2023-10-11T15:59:27.643 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:27 smithi071 ceph-mon[109085]: osdmap e32: 8 total, 8 up, 8 in 2023-10-11T15:59:27.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:27 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:59:27.889 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1697039962,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:28 smithi071 ceph-mon[109085]: purged_snaps scrub starts 2023-10-11T15:59:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:28 smithi071 ceph-mon[109085]: purged_snaps scrub ok 2023-10-11T15:59:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:28 smithi071 ceph-mon[109085]: osdmap e33: 8 total, 8 up, 8 in 2023-10-11T15:59:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:28 smithi097 ceph-mon[120628]: purged_snaps scrub starts 2023-10-11T15:59:28.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:28 smithi097 ceph-mon[120628]: purged_snaps scrub ok 2023-10-11T15:59:28.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:28 smithi097 ceph-mon[120628]: osdmap e33: 8 total, 8 up, 8 in 2023-10-11T15:59:28.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:59:29.232 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:29.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:29.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:29 smithi071 ceph-mon[109085]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:29.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:29 smithi071 ceph-mon[109085]: osdmap e34: 8 total, 8 up, 8 in 2023-10-11T15:59:29.640 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:29.640 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:29.641 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:29 smithi097 ceph-mon[120628]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:29.641 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:29 smithi097 ceph-mon[120628]: osdmap e34: 8 total, 8 up, 8 in 2023-10-11T15:59:30.958 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:30.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: Detected new or changed devices on smithi097 2023-10-11T15:59:30.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:30.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:30.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:30.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:30.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:30.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:30.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: Adjusting osd_memory_target on smithi097 to 3734M 2023-10-11T15:59:30.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:30.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:30 smithi071 ceph-mon[109085]: osdmap e35: 8 total, 8 up, 8 in 2023-10-11T15:59:31.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: Detected new or changed devices on smithi097 2023-10-11T15:59:31.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:31.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:31.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:31.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:31.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:31.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:31.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: Adjusting osd_memory_target on smithi097 to 3734M 2023-10-11T15:59:31.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:31.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:30 smithi097 ceph-mon[120628]: osdmap e35: 8 total, 8 up, 8 in 2023-10-11T15:59:31.365 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":35,"num_osds":8,"num_up_osds":8,"osd_up_since":1697039967,"num_in_osds":8,"osd_in_since":1697039936,"num_remapped_pgs":0} 2023-10-11T15:59:31.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:59:31.630 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:31.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:31 smithi071 ceph-mon[109085]: pgmap v72: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-10-11T15:59:31.952 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:31 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2154285177' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:31.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:31 smithi071 ceph-mon[109085]: osdmap e36: 8 total, 8 up, 8 in 2023-10-11T15:59:32.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:31 smithi097 ceph-mon[120628]: pgmap v72: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-10-11T15:59:32.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:31 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2154285177' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:59:32.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:31 smithi097 ceph-mon[120628]: osdmap e36: 8 total, 8 up, 8 in 2023-10-11T15:59:33.187 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:33.187 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":36,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:55:54.494828+0000","modified":"2023-10-11T15:59:31.085875+0000","last_up_change":"2023-10-11T15:59:27.378739+0000","last_in_change":"2023-10-11T15:58:56.016483+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-11T15:59:15.080733+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"71ea4621-eae0-49f2-af3f-33f27c076f34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6801","nonce":1036032535}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6803","nonce":1036032535}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6807","nonce":1036032535}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6805","nonce":1036032535}]},"public_addr":"172.21.15.97:6801/1036032535","cluster_addr":"172.21.15.97:6803/1036032535","heartbeat_back_addr":"172.21.15.97:6807/1036032535","heartbeat_front_addr":"172.21.15.97:6805/1036032535","state":["exists","up"]},{"osd":1,"uuid":"e7e279e4-5dbc-4c97-859a-ec24158870b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6803","nonce":2972436433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6805","nonce":2972436433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6809","nonce":2972436433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6807","nonce":2972436433}]},"public_addr":"172.21.15.71:6803/2972436433","cluster_addr":"172.21.15.71:6805/2972436433","heartbeat_back_addr":"172.21.15.71:6809/2972436433","heartbeat_front_addr":"172.21.15.71:6807/2972436433","state":["exists","up"]},{"osd":2,"uuid":"936a0e45-b654-4d5e-b9f9-5493f91d9d31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6809","nonce":2313972202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6811","nonce":2313972202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6815","nonce":2313972202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6813","nonce":2313972202}]},"public_addr":"172.21.15.97:6809/2313972202","cluster_addr":"172.21.15.97:6811/2313972202","heartbeat_back_addr":"172.21.15.97:6815/2313972202","heartbeat_front_addr":"172.21.15.97:6813/2313972202","state":["exists","up"]},{"osd":3,"uuid":"2a6c969f-e826-4633-af03-5df07570201f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6811","nonce":1497398172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6813","nonce":1497398172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6817","nonce":1497398172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6815","nonce":1497398172}]},"public_addr":"172.21.15.71:6811/1497398172","cluster_addr":"172.21.15.71:6813/1497398172","heartbeat_back_addr":"172.21.15.71:6817/1497398172","heartbeat_front_addr":"172.21.15.71:6815/1497398172","state":["exists","up"]},{"osd":4,"uuid":"02b948f5-ffad-495f-80eb-705c3d518705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6817","nonce":2306940304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6819","nonce":2306940304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6823","nonce":2306940304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6821","nonce":2306940304}]},"public_addr":"172.21.15.97:6817/2306940304","cluster_addr":"172.21.15.97:6819/2306940304","heartbeat_back_addr":"172.21.15.97:6823/2306940304","heartbeat_front_addr":"172.21.15.97:6821/2306940304","state":["exists","up"]},{"osd":5,"uuid":"3700ce9e-345d-45ee-b68a-33d3237e4de8","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.71:6818","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6819","nonce":1789561686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6821","nonce":1789561686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6825","nonce":1789561686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6823","nonce":1789561686}]},"public_addr":"172.21.15.71:6819/1789561686","cluster_addr":"172.21.15.71:6821/1789561686","heartbeat_back_addr":"172.21.15.71:6825/1789561686","heartbeat_front_addr":"172.21.15.71:6823/1789561686","state":["exists","up"]},{"osd":6,"uuid":"3ec035f7-5451-4392-b428-0e3b27ccaa79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6825","nonce":3285879685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6827","nonce":3285879685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6831","nonce":3285879685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6829","nonce":3285879685}]},"public_addr":"172.21.15.97:6825/3285879685","cluster_addr":"172.21.15.97:6827/3285879685","heartbeat_back_addr":"172.21.15.97:6831/3285879685","heartbeat_front_addr":"172.21.15.97:6829/3285879685","state":["exists","up"]},{"osd":7,"uuid":"4f6584c0-2453-464e-9287-68fb3414df33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6827","nonce":994656219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6829","nonce":994656219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6833","nonce":994656219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6831","nonce":994656219}]},"public_addr":"172.21.15.71:6827/994656219","cluster_addr":"172.21.15.71:6829/994656219","heartbeat_back_addr":"172.21.15.71:6833/994656219","heartbeat_front_addr":"172.21.15.71:6831/994656219","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-11T15:59:08.594406+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-11T15:59:10.910539+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-11T15:59:12.605492+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-11T15:59:15.266782+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-11T15:59:16.583171+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-11T15:59:20.049189+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-11T15:59:20.495352+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-11T15:59:25.551053+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/602666211":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6801/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/4195258955":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6800/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3280438156":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/2491601256":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6801/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6800/3534427999":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/1721240714":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6800/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/832599765":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/2551904530":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/4228468388":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3999473668":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6801/3534427999":"2023-10-12T15:56:25.250077+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-11T15:59:33.700 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-11T15:59:15.080733+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-10-11T15:59:33.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-11T15:59:34.021 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: Detected new or changed devices on smithi071 2023-10-11T15:59:34.021 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 131 KiB/s, 0 objects/s recovering 2023-10-11T15:59:34.021 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.022 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.022 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.022 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.022 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.022 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.023 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: Adjusting osd_memory_target on smithi071 to 2966M 2023-10-11T15:59:34.023 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.023 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.023 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:59:34.024 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.024 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:59:34.024 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:59:34.024 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.024 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:59:34.025 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.025 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:33 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1081595167' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:34.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: Detected new or changed devices on smithi071 2023-10-11T15:59:34.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 131 KiB/s, 0 objects/s recovering 2023-10-11T15:59:34.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:59:34.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: Adjusting osd_memory_target on smithi071 to 2966M 2023-10-11T15:59:34.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:59:34.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:34.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:59:34.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:59:34.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.029 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:59:34.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:59:34.030 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:33 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1081595167' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:34.030 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:35.445 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2023-10-11T15:59:35.940 INFO:tasks.cephadm:Setting up client nodes... 2023-10-11T15:59:35.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T15:59:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:36 smithi071 ceph-mon[109085]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T15:59:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:36 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1724205553' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T15:59:36.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:36 smithi097 ceph-mon[120628]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T15:59:36.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:36 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1724205553' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T15:59:36.590 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:38.303 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:38 smithi097 ceph-mon[120628]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-11T15:59:38.303 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:38.338 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2023-10-11T15:59:38.338 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQBqxiZlmgDPExAAd8WzxrVdteLVm7C6qOUplQ== 2023-10-11T15:59:38.363 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:38 smithi071 ceph-mon[109085]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-11T15:59:38.363 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:38.720 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T15:59:38.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-11T15:59:38.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-11T15:59:38.766 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T15:59:39.251 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi097/config 2023-10-11T15:59:39.366 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1709823304' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:59:39.367 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1709823304' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:59:39.374 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1709823304' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:59:39.375 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1709823304' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:59:40.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:40 smithi097 ceph-mon[120628]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:40.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:40 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:40.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:40 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:40.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:40 smithi071 ceph-mon[109085]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:40.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:40 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:40.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:40 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:40.507 INFO:teuthology.orchestra.run.smithi097.stdout:[client.1] 2023-10-11T15:59:40.507 INFO:teuthology.orchestra.run.smithi097.stdout: key = AQBsxiZlhWn0HRAAE/91bwjmX+zCagWNBIcVyw== 2023-10-11T15:59:40.931 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T15:59:40.931 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-11T15:59:40.931 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-11T15:59:40.971 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-11T15:59:40.972 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-11T15:59:40.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-11T15:59:41.196 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:41.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:41 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1773691125' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:59:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:41 smithi071 ceph-mon[109085]: 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-11T15:59:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:41 smithi071 ceph-mon[109085]: 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-11T15:59:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:41.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:41.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:41 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/1773691125' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:59:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:41 smithi097 ceph-mon[120628]: 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-11T15:59:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:41 smithi097 ceph-mon[120628]: 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-11T15:59:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T15:59:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:42 smithi071 ceph-mon[109085]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:42.545 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:42 smithi097 ceph-mon[120628]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:42.937 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":19,"active_gid":14219,"active_name":"smithi071.whtyjl","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":3433452641},{"type":"v1","addr":"172.21.15.71:6801","nonce":3433452641}]},"active_addr":"172.21.15.71:6801/3433452641","active_change":"2023-10-11T15:57:52.767286+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14242,"name":"smithi097.rzagku","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","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","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.71:8443/","prometheus":"http://172.21.15.71: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.71:0","nonce":2308207729}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1319477551}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3014455614}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3879872541}]}]} 2023-10-11T15:59:42.943 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-11T15:59:42.943 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-11T15:59:42.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:59:43.168 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:43.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3695358226' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:59:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3695358226' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:59:44.448 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:44.448 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":36,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:55:54.494828+0000","modified":"2023-10-11T15:59:31.085875+0000","last_up_change":"2023-10-11T15:59:27.378739+0000","last_in_change":"2023-10-11T15:58:56.016483+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-11T15:59:15.080733+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"71ea4621-eae0-49f2-af3f-33f27c076f34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6801","nonce":1036032535}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6803","nonce":1036032535}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6807","nonce":1036032535}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6805","nonce":1036032535}]},"public_addr":"172.21.15.97:6801/1036032535","cluster_addr":"172.21.15.97:6803/1036032535","heartbeat_back_addr":"172.21.15.97:6807/1036032535","heartbeat_front_addr":"172.21.15.97:6805/1036032535","state":["exists","up"]},{"osd":1,"uuid":"e7e279e4-5dbc-4c97-859a-ec24158870b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6803","nonce":2972436433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6805","nonce":2972436433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6809","nonce":2972436433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6807","nonce":2972436433}]},"public_addr":"172.21.15.71:6803/2972436433","cluster_addr":"172.21.15.71:6805/2972436433","heartbeat_back_addr":"172.21.15.71:6809/2972436433","heartbeat_front_addr":"172.21.15.71:6807/2972436433","state":["exists","up"]},{"osd":2,"uuid":"936a0e45-b654-4d5e-b9f9-5493f91d9d31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6809","nonce":2313972202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6811","nonce":2313972202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6815","nonce":2313972202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6813","nonce":2313972202}]},"public_addr":"172.21.15.97:6809/2313972202","cluster_addr":"172.21.15.97:6811/2313972202","heartbeat_back_addr":"172.21.15.97:6815/2313972202","heartbeat_front_addr":"172.21.15.97:6813/2313972202","state":["exists","up"]},{"osd":3,"uuid":"2a6c969f-e826-4633-af03-5df07570201f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6811","nonce":1497398172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6813","nonce":1497398172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6817","nonce":1497398172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6815","nonce":1497398172}]},"public_addr":"172.21.15.71:6811/1497398172","cluster_addr":"172.21.15.71:6813/1497398172","heartbeat_back_addr":"172.21.15.71:6817/1497398172","heartbeat_front_addr":"172.21.15.71:6815/1497398172","state":["exists","up"]},{"osd":4,"uuid":"02b948f5-ffad-495f-80eb-705c3d518705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6817","nonce":2306940304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6819","nonce":2306940304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6823","nonce":2306940304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6821","nonce":2306940304}]},"public_addr":"172.21.15.97:6817/2306940304","cluster_addr":"172.21.15.97:6819/2306940304","heartbeat_back_addr":"172.21.15.97:6823/2306940304","heartbeat_front_addr":"172.21.15.97:6821/2306940304","state":["exists","up"]},{"osd":5,"uuid":"3700ce9e-345d-45ee-b68a-33d3237e4de8","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.71:6818","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6819","nonce":1789561686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6821","nonce":1789561686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6825","nonce":1789561686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6823","nonce":1789561686}]},"public_addr":"172.21.15.71:6819/1789561686","cluster_addr":"172.21.15.71:6821/1789561686","heartbeat_back_addr":"172.21.15.71:6825/1789561686","heartbeat_front_addr":"172.21.15.71:6823/1789561686","state":["exists","up"]},{"osd":6,"uuid":"3ec035f7-5451-4392-b428-0e3b27ccaa79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6825","nonce":3285879685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6827","nonce":3285879685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6831","nonce":3285879685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6829","nonce":3285879685}]},"public_addr":"172.21.15.97:6825/3285879685","cluster_addr":"172.21.15.97:6827/3285879685","heartbeat_back_addr":"172.21.15.97:6831/3285879685","heartbeat_front_addr":"172.21.15.97:6829/3285879685","state":["exists","up"]},{"osd":7,"uuid":"4f6584c0-2453-464e-9287-68fb3414df33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6827","nonce":994656219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6829","nonce":994656219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6833","nonce":994656219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6831","nonce":994656219}]},"public_addr":"172.21.15.71:6827/994656219","cluster_addr":"172.21.15.71:6829/994656219","heartbeat_back_addr":"172.21.15.71:6833/994656219","heartbeat_front_addr":"172.21.15.71:6831/994656219","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-11T15:59:08.594406+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-11T15:59:10.910539+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-11T15:59:12.605492+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-11T15:59:15.266782+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-11T15:59:16.583171+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-11T15:59:20.049189+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-11T15:59:20.495352+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-11T15:59:25.551053+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/602666211":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6801/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/4195258955":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6800/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3280438156":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/2491601256":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6801/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6800/3534427999":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/1721240714":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6800/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/832599765":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/2551904530":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/4228468388":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3999473668":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6801/3534427999":"2023-10-12T15:56:25.250077+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-11T15:59:44.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:44 smithi071 ceph-mon[109085]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:44 smithi097 ceph-mon[120628]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:44.847 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-11T15:59:44.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:59:45.070 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:45.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:45 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3878479411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:45 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3878479411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:46.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:46 smithi071 ceph-mon[109085]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:46.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:46 smithi097 ceph-mon[120628]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:46.344 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T15:59:46.344 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":36,"fsid":"920a54e0-684e-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:55:54.494828+0000","modified":"2023-10-11T15:59:31.085875+0000","last_up_change":"2023-10-11T15:59:27.378739+0000","last_in_change":"2023-10-11T15:58:56.016483+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-11T15:59:15.080733+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"71ea4621-eae0-49f2-af3f-33f27c076f34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6801","nonce":1036032535}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6803","nonce":1036032535}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6807","nonce":1036032535}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":1036032535},{"type":"v1","addr":"172.21.15.97:6805","nonce":1036032535}]},"public_addr":"172.21.15.97:6801/1036032535","cluster_addr":"172.21.15.97:6803/1036032535","heartbeat_back_addr":"172.21.15.97:6807/1036032535","heartbeat_front_addr":"172.21.15.97:6805/1036032535","state":["exists","up"]},{"osd":1,"uuid":"e7e279e4-5dbc-4c97-859a-ec24158870b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6803","nonce":2972436433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6805","nonce":2972436433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6809","nonce":2972436433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2972436433},{"type":"v1","addr":"172.21.15.71:6807","nonce":2972436433}]},"public_addr":"172.21.15.71:6803/2972436433","cluster_addr":"172.21.15.71:6805/2972436433","heartbeat_back_addr":"172.21.15.71:6809/2972436433","heartbeat_front_addr":"172.21.15.71:6807/2972436433","state":["exists","up"]},{"osd":2,"uuid":"936a0e45-b654-4d5e-b9f9-5493f91d9d31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6809","nonce":2313972202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6811","nonce":2313972202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6815","nonce":2313972202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":2313972202},{"type":"v1","addr":"172.21.15.97:6813","nonce":2313972202}]},"public_addr":"172.21.15.97:6809/2313972202","cluster_addr":"172.21.15.97:6811/2313972202","heartbeat_back_addr":"172.21.15.97:6815/2313972202","heartbeat_front_addr":"172.21.15.97:6813/2313972202","state":["exists","up"]},{"osd":3,"uuid":"2a6c969f-e826-4633-af03-5df07570201f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6811","nonce":1497398172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6813","nonce":1497398172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6817","nonce":1497398172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1497398172},{"type":"v1","addr":"172.21.15.71:6815","nonce":1497398172}]},"public_addr":"172.21.15.71:6811/1497398172","cluster_addr":"172.21.15.71:6813/1497398172","heartbeat_back_addr":"172.21.15.71:6817/1497398172","heartbeat_front_addr":"172.21.15.71:6815/1497398172","state":["exists","up"]},{"osd":4,"uuid":"02b948f5-ffad-495f-80eb-705c3d518705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6817","nonce":2306940304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6819","nonce":2306940304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6823","nonce":2306940304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":2306940304},{"type":"v1","addr":"172.21.15.97:6821","nonce":2306940304}]},"public_addr":"172.21.15.97:6817/2306940304","cluster_addr":"172.21.15.97:6819/2306940304","heartbeat_back_addr":"172.21.15.97:6823/2306940304","heartbeat_front_addr":"172.21.15.97:6821/2306940304","state":["exists","up"]},{"osd":5,"uuid":"3700ce9e-345d-45ee-b68a-33d3237e4de8","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.71:6818","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6819","nonce":1789561686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6821","nonce":1789561686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6825","nonce":1789561686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1789561686},{"type":"v1","addr":"172.21.15.71:6823","nonce":1789561686}]},"public_addr":"172.21.15.71:6819/1789561686","cluster_addr":"172.21.15.71:6821/1789561686","heartbeat_back_addr":"172.21.15.71:6825/1789561686","heartbeat_front_addr":"172.21.15.71:6823/1789561686","state":["exists","up"]},{"osd":6,"uuid":"3ec035f7-5451-4392-b428-0e3b27ccaa79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6825","nonce":3285879685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6827","nonce":3285879685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6831","nonce":3285879685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":3285879685},{"type":"v1","addr":"172.21.15.97:6829","nonce":3285879685}]},"public_addr":"172.21.15.97:6825/3285879685","cluster_addr":"172.21.15.97:6827/3285879685","heartbeat_back_addr":"172.21.15.97:6831/3285879685","heartbeat_front_addr":"172.21.15.97:6829/3285879685","state":["exists","up"]},{"osd":7,"uuid":"4f6584c0-2453-464e-9287-68fb3414df33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6827","nonce":994656219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6829","nonce":994656219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6833","nonce":994656219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":994656219},{"type":"v1","addr":"172.21.15.71:6831","nonce":994656219}]},"public_addr":"172.21.15.71:6827/994656219","cluster_addr":"172.21.15.71:6829/994656219","heartbeat_back_addr":"172.21.15.71:6833/994656219","heartbeat_front_addr":"172.21.15.71:6831/994656219","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-11T15:59:08.594406+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-11T15:59:10.910539+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-11T15:59:12.605492+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-11T15:59:15.266782+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-11T15:59:16.583171+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-11T15:59:20.049189+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-11T15:59:20.495352+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-11T15:59:25.551053+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/602666211":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6801/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/4195258955":"2023-10-12T15:57:52.767145+0000","172.21.15.71:6800/2528569442":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3280438156":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/2491601256":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6801/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:6800/3534427999":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/1721240714":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6800/2391217897":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/832599765":"2023-10-12T15:56:25.250077+0000","172.21.15.71:0/2551904530":"2023-10-12T15:56:52.227014+0000","172.21.15.71:0/4228468388":"2023-10-12T15:57:52.767145+0000","172.21.15.71:0/3999473668":"2023-10-12T15:56:25.250077+0000","172.21.15.71:6801/3534427999":"2023-10-12T15:56:25.250077+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-11T15:59:46.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-11T15:59:46.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-11T15:59:46.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-11T15:59:46.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-11T15:59:46.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-11T15:59:46.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-11T15:59:46.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-11T15:59:46.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-11T15:59:47.506 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:47.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:47 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4253931566' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:47 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4253931566' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:59:47.708 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:47.758 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:47.809 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:48.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:48 smithi071 ceph-mon[109085]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:48.514 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:48 smithi097 ceph-mon[120628]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:50.123 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:50.239 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:50 smithi071 ceph-mon[109085]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:50 smithi097 ceph-mon[120628]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:50.600 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:50.600 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:51.379 INFO:teuthology.orchestra.run.smithi071.stdout:81604378634 2023-10-11T15:59:51.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-11T15:59:52.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:52 smithi071 ceph-mon[109085]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:52 smithi097 ceph-mon[120628]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:53.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:53.354 INFO:teuthology.orchestra.run.smithi071.stdout:98784247816 2023-10-11T15:59:53.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-11T15:59:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:54.138 INFO:teuthology.orchestra.run.smithi071.stdout:115964117001 2023-10-11T15:59:54.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-11T15:59:54.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:54 smithi071 ceph-mon[109085]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:54.525 INFO:teuthology.orchestra.run.smithi071.stdout:103079215113 2023-10-11T15:59:54.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-11T15:59:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:54 smithi097 ceph-mon[120628]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:54.886 INFO:teuthology.orchestra.run.smithi071.stdout:120259084298 2023-10-11T15:59:54.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-11T15:59:54.910 INFO:teuthology.orchestra.run.smithi071.stdout:68719476746 2023-10-11T15:59:54.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-11T15:59:55.300 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:55.301 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:55.490 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:55.594 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:55.786 INFO:teuthology.orchestra.run.smithi071.stdout:85899345932 2023-10-11T15:59:55.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-11T15:59:56.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:56 smithi071 ceph-mon[109085]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:56.316 INFO:teuthology.orchestra.run.smithi071.stdout:137438953480 2023-10-11T15:59:56.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-11T15:59:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:56 smithi097 ceph-mon[120628]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:56.672 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:56.902 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T15:59:58.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:58 smithi071 ceph-mon[109085]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:58 smithi097 ceph-mon[120628]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:59:59.089 INFO:teuthology.orchestra.run.smithi071.stdout:81604378635 2023-10-11T15:59:59.157 INFO:teuthology.orchestra.run.smithi071.stdout:115964117002 2023-10-11T15:59:59.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 15:59:59 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/1909136048' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:59:59.467 INFO:teuthology.orchestra.run.smithi071.stdout:120259084298 2023-10-11T15:59:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 15:59:59 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/1909136048' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:59:59.867 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117002 for osd.5 2023-10-11T15:59:59.867 DEBUG:teuthology.parallel:result is None 2023-10-11T15:59:59.943 INFO:teuthology.orchestra.run.smithi071.stdout:98784247818 2023-10-11T15:59:59.986 INFO:teuthology.orchestra.run.smithi071.stdout:103079215114 2023-10-11T16:00:00.209 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:00.210 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/341624693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T16:00:00.210 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3657655699' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T16:00:00.210 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/6783905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T16:00:00.210 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2657593897' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T16:00:00.210 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:00 smithi071 ceph-mon[109085]: overall HEALTH_OK 2023-10-11T16:00:00.226 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378635 for osd.1 2023-10-11T16:00:00.227 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:00.539 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/341624693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T16:00:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3657655699' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T16:00:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/6783905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T16:00:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2657593897' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T16:00:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:00 smithi097 ceph-mon[120628]: overall HEALTH_OK 2023-10-11T16:00:00.708 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247818 for osd.3 2023-10-11T16:00:00.708 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:00.984 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215113 got 103079215114 for osd.4 2023-10-11T16:00:00.985 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:01.131 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:01.608 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084298 got 120259084298 for osd.6 2023-10-11T16:00:01.609 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:02.034 INFO:teuthology.orchestra.run.smithi071.stdout:68719476748 2023-10-11T16:00:02.339 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:02 smithi071 ceph-mon[109085]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:02.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:02 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3109024848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T16:00:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:02 smithi097 ceph-mon[120628]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:02.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:02 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3109024848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T16:00:02.958 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.0 2023-10-11T16:00:02.959 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:03.302 INFO:teuthology.orchestra.run.smithi071.stdout:137438953482 2023-10-11T16:00:03.582 INFO:teuthology.orchestra.run.smithi071.stdout:85899345933 2023-10-11T16:00:03.716 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953480 got 137438953482 for osd.7 2023-10-11T16:00:03.716 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:04.132 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345932 got 85899345933 for osd.2 2023-10-11T16:00:04.132 DEBUG:teuthology.parallel:result is None 2023-10-11T16:00:04.133 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-11T16:00:04.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T16:00:04.162 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:04 smithi071 ceph-mon[109085]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:04.162 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:04 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3130730495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T16:00:04.162 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:04 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/2251485454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T16:00:04.359 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:04 smithi097 ceph-mon[120628]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:04.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:04 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3130730495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T16:00:04.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:04 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/2251485454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T16:00:05.747 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:05.749 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2023-10-11T16:00:06.142 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2023-10-11T16:00:04.794080+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"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":220164,"kb_used_data":4548,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708284,"statfs":{"total":767926730752,"available":767701282816,"internally_reserved":0,"allocated":4657152,"data_stored":2920616,"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.001978"},"pg_stats":[{"pgid":"1.0","version":"27'217","reported_seq":297,"reported_epoch":36,"state":"active+clean","last_fresh":"2023-10-11T15:59:31.091282+0000","last_change":"2023-10-11T15:59:31.090965+0000","last_active":"2023-10-11T15:59:31.091282+0000","last_peered":"2023-10-11T15:59:31.091282+0000","last_clean":"2023-10-11T15:59:31.091282+0000","last_became_active":"2023-10-11T15:59:31.090614+0000","last_became_peered":"2023-10-11T15:59:31.090614+0000","last_unstale":"2023-10-11T15:59:31.091282+0000","last_undegraded":"2023-10-11T15:59:31.091282+0000","last_fullsized":"2023-10-11T15:59:31.091282+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:59:15.769485+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:59:15.769485+0000","last_clean_scrub_stamp":"2023-10-11T15:59:15.769485+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"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-12T23:08:34.328635+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953482,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27884,"kb_used_data":932,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713172,"statfs":{"total":95990841344,"available":95962288128,"internally_reserved":0,"allocated":954368,"data_stored":734319,"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.54700000000000004}]},{"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.33700000000000002}]},{"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.625}]},{"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.31900000000000001}]},{"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.65400000000000003}]},{"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.308}]},{"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.67500000000000004}]}]},{"osd":6,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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.40799999999999997}]},{"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.38100000000000001}]},{"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.44400000000000001}]},{"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.437}]},{"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.56899999999999995}]},{"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.42299999999999999}]},{"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.59899999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27300,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713756,"statfs":{"total":95990841344,"available":95962886144,"internally_reserved":0,"allocated":356352,"data_stored":143678,"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":"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.32200000000000001}]},{"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.34999999999999998}]},{"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.35899999999999999}]},{"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.371}]},{"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.33300000000000002}]},{"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.39300000000000002}]},{"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.28299999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27880,"kb_used_data":928,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713176,"statfs":{"total":95990841344,"available":95962292224,"internally_reserved":0,"allocated":950272,"data_stored":732496,"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":"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.51800000000000002}]},{"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.372}]},{"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.48599999999999999}]},{"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.44600000000000001}]},{"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.56799999999999995}]},{"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.58199999999999996}]},{"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.64000000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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":"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":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.432}]},{"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.59399999999999997}]},{"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.439}]},{"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.48799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]},{"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.502}]}]},{"osd":3,"up_from":23,"seq":98784247819,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27884,"kb_used_data":932,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713172,"statfs":{"total":95990841344,"available":95962288128,"internally_reserved":0,"allocated":954368,"data_stored":734319,"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.40699999999999997}]},{"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.27800000000000002}]},{"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.38900000000000001}]},{"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.35899999999999999}]},{"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.55600000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]}]},{"osd":4,"up_from":24,"seq":103079215115,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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":"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.60399999999999998}]},{"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.63200000000000001}]},{"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.54600000000000004}]},{"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.61499999999999999}]},{"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.57699999999999996}]},{"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.65800000000000003}]},{"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.70799999999999996}]}]},{"osd":5,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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.53700000000000003}]},{"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.40699999999999997}]},{"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.48399999999999999}]},{"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.308}]},{"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.42699999999999999}]},{"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.60599999999999998}]},{"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.63400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-11T16:00:06.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T16:00:06.209 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:06 smithi071 ceph-mon[109085]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:06.404 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:06 smithi097 ceph-mon[120628]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:07 smithi071 ceph-mon[109085]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:07 smithi097 ceph-mon[120628]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:07.714 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2023-10-11T16:00:08.098 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2023-10-11T16:00:06.794428+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"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":220164,"kb_used_data":4548,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708284,"statfs":{"total":767926730752,"available":767701282816,"internally_reserved":0,"allocated":4657152,"data_stored":2920616,"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.002064"},"pg_stats":[{"pgid":"1.0","version":"27'217","reported_seq":297,"reported_epoch":36,"state":"active+clean","last_fresh":"2023-10-11T15:59:31.091282+0000","last_change":"2023-10-11T15:59:31.090965+0000","last_active":"2023-10-11T15:59:31.091282+0000","last_peered":"2023-10-11T15:59:31.091282+0000","last_clean":"2023-10-11T15:59:31.091282+0000","last_became_active":"2023-10-11T15:59:31.090614+0000","last_became_peered":"2023-10-11T15:59:31.090614+0000","last_unstale":"2023-10-11T15:59:31.091282+0000","last_undegraded":"2023-10-11T15:59:31.091282+0000","last_fullsized":"2023-10-11T15:59:31.091282+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:59:15.769485+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:59:15.769485+0000","last_clean_scrub_stamp":"2023-10-11T15:59:15.769485+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"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-12T23:08:34.328635+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953482,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27884,"kb_used_data":932,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713172,"statfs":{"total":95990841344,"available":95962288128,"internally_reserved":0,"allocated":954368,"data_stored":734319,"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.54700000000000004}]},{"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.33700000000000002}]},{"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.625}]},{"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.31900000000000001}]},{"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.65400000000000003}]},{"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.308}]},{"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.67500000000000004}]}]},{"osd":6,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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.40799999999999997}]},{"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.38100000000000001}]},{"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.44400000000000001}]},{"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.437}]},{"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.56899999999999995}]},{"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.42299999999999999}]},{"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.59899999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27300,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713756,"statfs":{"total":95990841344,"available":95962886144,"internally_reserved":0,"allocated":356352,"data_stored":143678,"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":"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.32200000000000001}]},{"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.34999999999999998}]},{"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.35899999999999999}]},{"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.371}]},{"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.33300000000000002}]},{"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.39300000000000002}]},{"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.28299999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27880,"kb_used_data":928,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713176,"statfs":{"total":95990841344,"available":95962292224,"internally_reserved":0,"allocated":950272,"data_stored":732496,"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":"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.51800000000000002}]},{"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.372}]},{"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.48599999999999999}]},{"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.44600000000000001}]},{"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.56799999999999995}]},{"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.58199999999999996}]},{"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.64000000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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":"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":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.432}]},{"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.59399999999999997}]},{"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.439}]},{"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.48799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]},{"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.502}]}]},{"osd":3,"up_from":23,"seq":98784247820,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27884,"kb_used_data":932,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713172,"statfs":{"total":95990841344,"available":95962288128,"internally_reserved":0,"allocated":954368,"data_stored":734319,"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.49199999999999999}]},{"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.36699999999999999}]},{"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.62}]},{"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.70699999999999996}]},{"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.40500000000000003}]},{"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.66100000000000003}]},{"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.433}]}]},{"osd":4,"up_from":24,"seq":103079215115,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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":"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.60399999999999998}]},{"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.63200000000000001}]},{"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.54600000000000004}]},{"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.61499999999999999}]},{"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.57699999999999996}]},{"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.65800000000000003}]},{"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.70799999999999996}]}]},{"osd":5,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27304,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713752,"statfs":{"total":95990841344,"available":95962882048,"internally_reserved":0,"allocated":360448,"data_stored":143951,"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.53700000000000003}]},{"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.40699999999999997}]},{"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.48399999999999999}]},{"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.308}]},{"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.42699999999999999}]},{"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.60599999999999998}]},{"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.63400000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-11T16:00:08.099 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-11T16:00:08.099 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-11T16:00:08.100 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-11T16:00:08.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-11T16:00:08.360 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:08.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:08 smithi071 ceph-mon[109085]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:08.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:08 smithi097 ceph-mon[120628]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:08.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:09.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:09 smithi071 ceph-mon[109085]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:09 smithi097 ceph-mon[120628]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:09.695 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:09.695 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-11T16:00:10.090 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-11T16:00:10.090 INFO:tasks.cephadm:Setup complete, yielding 2023-10-11T16:00:10.091 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T16:00:10.107 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:10.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-11T16:00:10.331 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:10.474 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:10 smithi071 ceph-mon[109085]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:10.475 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:10 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/390015492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T16:00:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:10 smithi097 ceph-mon[120628]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:10.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:10 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/390015492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T16:00:11.651 INFO:teuthology.orchestra.run.smithi071.stdout:Backend: cephadm 2023-10-11T16:00:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:Available: Yes 2023-10-11T16:00:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:Paused: No 2023-10-11T16:00:12.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-11T16:00:12.238 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:12.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:12 smithi071 ceph-mon[109085]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:12 smithi097 ceph-mon[120628]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:13.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:13 smithi071 ceph-mon[109085]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:13.503 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:00:13.504 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.smithi071 smithi071 *:9093,9094 running (107s) 45s ago 2m 25.3M - 0.25.0 c8568f914cd2 b15b61789d81 2023-10-11T16:00:13.504 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-exporter.smithi071 smithi071 running (3m) 45s ago 3m 7847k - 18.2.0-669-ge62d759a 97519c6bda34 830fdb1c20fb 2023-10-11T16:00:13.504 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-exporter.smithi097 smithi097 running (2m) 47s ago 2m 8312k - 18.2.0-669-ge62d759a 97519c6bda34 af3da06f90d6 2023-10-11T16:00:13.504 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi071 smithi071 running (3m) 45s ago 3m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 63427e49a97f 2023-10-11T16:00:13.504 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi097 smithi097 running (2m) 47s ago 2m 7448k - 18.2.0-669-ge62d759a 97519c6bda34 ae72ea4bc58d 2023-10-11T16:00:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.smithi071 smithi071 *:3000 running (104s) 45s ago 2m 80.9M - 9.4.7 2c41d148cca3 429b36a74a3a 2023-10-11T16:00:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi071.whtyjl smithi071 *:9283,8765,8443 running (4m) 45s ago 4m 499M - 18.2.0-669-ge62d759a 97519c6bda34 ee29cd430b51 2023-10-11T16:00:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi097.rzagku smithi097 *:8443,9283,8765 running (2m) 47s ago 2m 447M - 18.2.0-669-ge62d759a 97519c6bda34 224a15d4595f 2023-10-11T16:00:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi071 smithi071 running (4m) 45s ago 4m 68.7M 2048M 18.2.0-669-ge62d759a 97519c6bda34 53cb33bab5eb 2023-10-11T16:00:13.505 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi097 smithi097 running (2m) 47s ago 2m 52.4M 2048M 18.2.0-669-ge62d759a 97519c6bda34 8ad526c57cbc 2023-10-11T16:00:13.506 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi071 smithi071 *:9100 running (3m) 45s ago 3m 17.5M - 1.5.0 0da6a335fe13 44db7d7feadb 2023-10-11T16:00:13.506 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi097 smithi097 *:9100 running (2m) 47s ago 2m 14.9M - 1.5.0 0da6a335fe13 8d94364672ca 2023-10-11T16:00:13.506 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi097 running (69s) 47s ago 69s 44.2M 3734M 18.2.0-669-ge62d759a 97519c6bda34 d37d3dcb85f1 2023-10-11T16:00:13.506 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (67s) 45s ago 66s 51.3M 2966M 18.2.0-669-ge62d759a 97519c6bda34 0fdc89f36558 2023-10-11T16:00:13.506 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi097 running (65s) 47s ago 65s 33.9M 3734M 18.2.0-669-ge62d759a 97519c6bda34 f6e0a5f19348 2023-10-11T16:00:13.507 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (62s) 45s ago 62s 46.0M 2966M 18.2.0-669-ge62d759a 97519c6bda34 c4c99ec07b9e 2023-10-11T16:00:13.507 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi097 running (61s) 47s ago 61s 33.1M 3734M 18.2.0-669-ge62d759a 97519c6bda34 bf60aae71728 2023-10-11T16:00:13.507 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi071 running (58s) 45s ago 57s 31.7M 2966M 18.2.0-669-ge62d759a 97519c6bda34 f5c821cc2d0e 2023-10-11T16:00:13.507 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi097 running (57s) 47s ago 57s 31.6M 3734M 18.2.0-669-ge62d759a 97519c6bda34 11efcaf20dee 2023-10-11T16:00:13.507 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi071 running (52s) 45s ago 52s 26.6M 2966M 18.2.0-669-ge62d759a 97519c6bda34 e4fbe0a0a34d 2023-10-11T16:00:13.508 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.smithi071 smithi071 *:9095 running (100s) 45s ago 2m 37.9M - 2.43.0 a07b618ecd1d 09fdd577d28a 2023-10-11T16:00:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:13 smithi097 ceph-mon[120628]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:13.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-11T16:00:14.189 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:14.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:14 smithi071 ceph-mon[109085]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:14 smithi097 ceph-mon[120628]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:15.502 INFO:teuthology.orchestra.run.smithi071.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-11T16:00:15.503 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager ?:9093,9094 1/1 47s ago 3m count:1 2023-10-11T16:00:15.503 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-exporter 2/2 49s ago 3m * 2023-10-11T16:00:15.503 INFO:teuthology.orchestra.run.smithi071.stdout:crash 2/2 49s ago 3m * 2023-10-11T16:00:15.504 INFO:teuthology.orchestra.run.smithi071.stdout:grafana ?:3000 1/1 47s ago 3m count:1 2023-10-11T16:00:15.504 INFO:teuthology.orchestra.run.smithi071.stdout:mgr 2/2 49s ago 3m count:2 2023-10-11T16:00:15.504 INFO:teuthology.orchestra.run.smithi071.stdout:mon 2/2 49s ago 3m smithi071:172.21.15.71=smithi071;smithi097:172.21.15.97=smithi097;count:2 2023-10-11T16:00:15.504 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter ?:9100 2/2 49s ago 3m * 2023-10-11T16:00:15.504 INFO:teuthology.orchestra.run.smithi071.stdout:osd.all-available-devices 8 49s ago 112s * 2023-10-11T16:00:15.505 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus ?:9095 1/1 47s ago 3m count:1 2023-10-11T16:00:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:15 smithi071 ceph-mon[109085]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:15 smithi097 ceph-mon[120628]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:15.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-11T16:00:16.151 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:16.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:16 smithi071 ceph-mon[109085]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:16 smithi097 ceph-mon[120628]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:17.459 INFO:teuthology.orchestra.run.smithi071.stdout:HOST ADDR LABELS STATUS 2023-10-11T16:00:17.460 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 172.21.15.71 2023-10-11T16:00:17.460 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 172.21.15.97 2023-10-11T16:00:17.460 INFO:teuthology.orchestra.run.smithi071.stdout:2 hosts in cluster 2023-10-11T16:00:17.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:17 smithi071 ceph-mon[109085]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:17 smithi097 ceph-mon[120628]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:17.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-11T16:00:18.112 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:18.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:18 smithi071 ceph-mon[109085]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:18 smithi097 ceph-mon[120628]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:19.431 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T16:00:19.431 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040172400BGN 372G No 46s ago Has a FileSystem, LVM detected 2023-10-11T16:00:19.431 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_1b1cda8b12778b67f4aa 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.431 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_7785c527a69019f59158 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.432 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_e976826feb0634bfa677 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.432 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_8a9ddb74d1afa9d3467f 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.432 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013T400BGN 372G No 49s ago Has a FileSystem, LVM detected 2023-10-11T16:00:19.432 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme1n1 ssd Linux_3fdea53dfd330ac1cfc4 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.432 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme2n1 ssd Linux_ff581e427065a4a0e0ab 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.433 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme3n1 ssd Linux_6123a4f99f9a6c38253c 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.433 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme4n1 ssd Linux_35c85ea604f8e16e95c9 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:19.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:19 smithi071 ceph-mon[109085]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:19 smithi097 ceph-mon[120628]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:19.854 INFO:teuthology.run_tasks:Running task vip... 2023-10-11T16:00:19.864 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-11T16:00:19.865 INFO:tasks.vip:peername 172.21.15.71 2023-10-11T16:00:19.868 INFO:tasks.vip:172.21.15.71 in 172.21.0.0/20, pos 3910 2023-10-11T16:00:19.872 INFO:tasks.vip:smithi071.front.sepia.ceph.com static 10.0.15.71, vnet 10.0.0.0/16 2023-10-11T16:00:19.873 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-11T16:00:19.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip route ls 2023-10-11T16:00:19.902 INFO:teuthology.orchestra.run.smithi071.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2023-10-11T16:00:19.902 INFO:teuthology.orchestra.run.smithi071.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-10-11T16:00:19.903 INFO:tasks.vip:Configuring 10.0.15.71 on smithi071.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T16:00:19.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr add 10.0.15.71/16 dev enp3s0f1 2023-10-11T16:00:19.972 INFO:tasks.vip:peername 172.21.15.97 2023-10-11T16:00:19.975 INFO:tasks.vip:172.21.15.97 in 172.21.0.0/20, pos 3936 2023-10-11T16:00:19.979 INFO:tasks.vip:smithi097.front.sepia.ceph.com static 10.0.15.97, vnet 10.0.0.0/16 2023-10-11T16:00:19.979 DEBUG:teuthology.orchestra.run.smithi097:> sudo ip route ls 2023-10-11T16:00:20.014 INFO:teuthology.orchestra.run.smithi097.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.97 metric 100 2023-10-11T16:00:20.015 INFO:teuthology.orchestra.run.smithi097.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.97 metric 100 2023-10-11T16:00:20.016 INFO:tasks.vip:Configuring 10.0.15.97 on smithi097.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T16:00:20.016 DEBUG:teuthology.orchestra.run.smithi097:> sudo ip addr add 10.0.15.97/16 dev enp3s0f1 2023-10-11T16:00:20.089 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T16:00:20.098 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:20.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-11T16:00:20.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:20 smithi097 ceph-mon[120628]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:20.319 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:20.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:20 smithi071 ceph-mon[109085]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:21 smithi071 ceph-mon[109085]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:21 smithi097 ceph-mon[120628]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:21.745 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T16:00:21.745 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040172400BGN 372G No 48s ago Has a FileSystem, LVM detected 2023-10-11T16:00:21.746 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_1b1cda8b12778b67f4aa 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.746 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_7785c527a69019f59158 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.746 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_e976826feb0634bfa677 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.746 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_8a9ddb74d1afa9d3467f 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.746 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013T400BGN 372G No 52s ago Has a FileSystem, LVM detected 2023-10-11T16:00:21.747 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme1n1 ssd Linux_3fdea53dfd330ac1cfc4 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.747 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme2n1 ssd Linux_ff581e427065a4a0e0ab 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.747 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme3n1 ssd Linux_6123a4f99f9a6c38253c 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:21.747 INFO:teuthology.orchestra.run.smithi071.stdout:smithi097 /dev/nvme4n1 ssd Linux_35c85ea604f8e16e95c9 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T16:00:22.221 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T16:00:22.230 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:22.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T16:00:22.261 INFO:teuthology.orchestra.run.smithi071.stderr:+ systemctl stop nfs-server 2023-10-11T16:00:22.269 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi097.front.sepia.ceph.com 2023-10-11T16:00:22.269 DEBUG:teuthology.orchestra.run.smithi097:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T16:00:22.297 INFO:teuthology.orchestra.run.smithi097.stderr:+ systemctl stop nfs-server 2023-10-11T16:00:22.305 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T16:00:22.314 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:22.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-10-11T16:00:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:22 smithi071 ceph-mon[109085]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:00:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:22 smithi097 ceph-mon[120628]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:22.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:00:22.748 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:23.513 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:23 smithi071 ceph-mon[109085]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:23.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:23 smithi097 ceph-mon[120628]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:24 smithi071 ceph-mon[109085]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:24 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:24 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:24 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:24 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:24 smithi097 ceph-mon[120628]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:24 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:24 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:24 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:24 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:24.571 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled rgw.foorgw update... 2023-10-11T16:00:25.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.71/16' 2023-10-11T16:00:25.638 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:25.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:25 smithi071 ceph-mon[109085]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:25.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:25 smithi071 ceph-mon[109085]: Saving service rgw.foorgw spec with placement count:2 2023-10-11T16:00:25.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:25 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:25.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:25 smithi071 ceph-mon[109085]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:26.041 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:25 smithi097 ceph-mon[120628]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:26.042 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:25 smithi097 ceph-mon[120628]: Saving service rgw.foorgw spec with placement count:2 2023-10-11T16:00:26.042 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:25 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:26.042 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:25 smithi097 ceph-mon[120628]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:27.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:27.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:28.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:27 smithi071 ceph-mon[109085]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:28.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:27 smithi071 ceph-mon[109085]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:28.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:27 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T16:00:28.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:27 smithi097 ceph-mon[120628]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:28.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:27 smithi097 ceph-mon[120628]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:28.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:27 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T16:00:29.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:28 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T16:00:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:28 smithi071 ceph-mon[109085]: osdmap e37: 8 total, 8 up, 8 in 2023-10-11T16:00:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:28 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T16:00:29.298 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T16:00:29.308 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:29.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-10-11T16:00:29.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:28 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T16:00:29.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:28 smithi097 ceph-mon[120628]: osdmap e37: 8 total, 8 up, 8 in 2023-10-11T16:00:29.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:28 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T16:00:29.340 INFO:teuthology.orchestra.run.smithi071.stderr:+ dnf install -y python3-boto3 2023-10-11T16:00:30.235 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:12:13 ago on Wed 11 Oct 2023 03:48:17 PM UTC. 2023-10-11T16:00:30.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: pgmap v103: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:30.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T16:00:30.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: osdmap e38: 8 total, 8 up, 8 in 2023-10-11T16:00:30.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: Saving service nfs.foo spec with placement count:1 2023-10-11T16:00:30.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:30.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T16:00:30.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:29 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:30.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: pgmap v103: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:30.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T16:00:30.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: osdmap e38: 8 total, 8 up, 8 in 2023-10-11T16:00:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: Saving service nfs.foo spec with placement count:1 2023-10-11T16:00:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T16:00:30.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:29 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.170 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: osdmap e39: 8 total, 8 up, 8 in 2023-10-11T16:00:31.170 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: mgrmap e20: smithi071.whtyjl(active, since 2m), standbys: smithi097.rzagku 2023-10-11T16:00:31.170 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.171 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.171 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:31.171 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:00:31.171 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.171 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:00:31.172 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi097.ihsmmx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:31.172 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi097.ihsmmx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:31.172 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.172 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:31.173 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:30 smithi097 ceph-mon[120628]: Deploying daemon rgw.foorgw.smithi097.ihsmmx on smithi097 2023-10-11T16:00:31.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: osdmap e39: 8 total, 8 up, 8 in 2023-10-11T16:00:31.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: mgrmap e20: smithi071.whtyjl(active, since 2m), standbys: smithi097.rzagku 2023-10-11T16:00:31.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:31.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:00:31.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:00:31.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi097.ihsmmx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:31.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi097.ihsmmx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:31.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:31.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:31.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:30 smithi071 ceph-mon[109085]: Deploying daemon rgw.foorgw.smithi097.ihsmmx on smithi097 2023-10-11T16:00:31.850 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-10-11T16:00:31.851 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T16:00:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2023-10-11T16:00:31.851 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T16:00:31.851 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2023-10-11T16:00:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-10-11T16:00:31.852 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-10-11T16:00:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-10-11T16:00:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jmespath noarch 0.9.0-11.el8 appstream 45 k 2023-10-11T16:00:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-10-11T16:00:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:31.853 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-10-11T16:00:31.853 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-11T16:00:31.853 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2023-10-11T16:00:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:31.854 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 4.8 M 2023-10-11T16:00:31.854 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 49 M 2023-10-11T16:00:31.854 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-10-11T16:00:32.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:32 smithi097 ceph-mon[120628]: pgmap v106: 33 pgs: 6 creating+peering, 8 active+clean, 19 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:32 smithi071 ceph-mon[109085]: pgmap v106: 33 pgs: 6 creating+peering, 8 active+clean, 19 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:32.947 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 122 kB/s | 45 kB 00:00 2023-10-11T16:00:33.124 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 279 kB/s | 152 kB 00:00 2023-10-11T16:00:33.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.ayvave", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:33.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.ayvave", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:33.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:33.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: Deploying daemon rgw.foorgw.smithi071.ayvave on smithi071 2023-10-11T16:00:33.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: osdmap e40: 8 total, 8 up, 8 in 2023-10-11T16:00:33.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T16:00:33.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:33 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T16:00:33.457 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 211 kB/s | 108 kB 00:00 2023-10-11T16:00:33.525 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.7 MB/s | 4.5 MB 00:00 2023-10-11T16:00:33.527 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-10-11T16:00:33.527 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.8 MB/s | 4.8 MB 00:01 2023-10-11T16:00:33.538 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-10-11T16:00:33.546 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-10-11T16:00:33.546 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-10-11T16:00:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.ayvave", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.ayvave", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: Deploying daemon rgw.foorgw.smithi071.ayvave on smithi071 2023-10-11T16:00:33.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: osdmap e40: 8 total, 8 up, 8 in 2023-10-11T16:00:33.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T16:00:33.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:33 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T16:00:33.641 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-10-11T16:00:33.644 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-10-11T16:00:33.925 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-10-11T16:00:34.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:34 smithi071 ceph-mon[109085]: pgmap v108: 65 pgs: 23 creating+peering, 27 active+clean, 15 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:34.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:34 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T16:00:34.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:34 smithi071 ceph-mon[109085]: osdmap e41: 8 total, 8 up, 8 in 2023-10-11T16:00:34.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:34 smithi097 ceph-mon[120628]: pgmap v108: 65 pgs: 23 creating+peering, 27 active+clean, 15 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:00:34.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:34 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T16:00:34.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:34 smithi097 ceph-mon[120628]: osdmap e41: 8 total, 8 up, 8 in 2023-10-11T16:00:35.381 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-10-11T16:00:35.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: osdmap e42: 8 total, 8 up, 8 in 2023-10-11T16:00:35.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Saving service rgw.foorgw spec with placement count:2 2023-10-11T16:00:35.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Creating key for client.nfs.foo.0.0.smithi071.kcsthq 2023-10-11T16:00:35.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:00:35.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T16:00:35.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:00:35.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Rados config object exists: conf-nfs.foo 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Creating key for client.nfs.foo.0.0.smithi071.kcsthq-rgw 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Bind address in nfs.foo.0.0.smithi071.kcsthq's ganesha conf is defaulting to empty 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:35.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: Deploying daemon nfs.foo.0.0.smithi071.kcsthq on smithi071 2023-10-11T16:00:35.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:35 smithi071 ceph-mon[109085]: pgmap v111: 97 pgs: 28 creating+peering, 43 active+clean, 26 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:00:35.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: osdmap e42: 8 total, 8 up, 8 in 2023-10-11T16:00:35.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T16:00:35.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Saving service rgw.foorgw spec with placement count:2 2023-10-11T16:00:35.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Creating key for client.nfs.foo.0.0.smithi071.kcsthq 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T16:00:35.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 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-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:00:35.813 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Rados config object exists: conf-nfs.foo 2023-10-11T16:00:35.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Creating key for client.nfs.foo.0.0.smithi071.kcsthq-rgw 2023-10-11T16:00:35.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:00:35.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.kcsthq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T16:00:35.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Bind address in nfs.foo.0.0.smithi071.kcsthq's ganesha conf is defaulting to empty 2023-10-11T16:00:35.814 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:00:35.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: Deploying daemon nfs.foo.0.0.smithi071.kcsthq on smithi071 2023-10-11T16:00:35.815 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:35 smithi097 ceph-mon[120628]: pgmap v111: 97 pgs: 28 creating+peering, 43 active+clean, 26 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:00:35.917 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-10-11T16:00:36.193 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-10-11T16:00:36.538 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-10-11T16:00:36.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:36 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T16:00:36.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:36 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T16:00:36.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:36 smithi071 ceph-mon[109085]: osdmap e43: 8 total, 8 up, 8 in 2023-10-11T16:00:36.683 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:36 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:36.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:36 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T16:00:36.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:36 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T16:00:36.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:36 smithi097 ceph-mon[120628]: osdmap e43: 8 total, 8 up, 8 in 2023-10-11T16:00:36.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:36 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:36.829 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-10-11T16:00:36.829 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-10-11T16:00:36.829 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 2/4 2023-10-11T16:00:36.830 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 3/4 2023-10-11T16:00:37.526 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 4/4 2023-10-11T16:00:37.527 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:37.527 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-10-11T16:00:37.527 INFO:teuthology.orchestra.run.smithi071.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-10-11T16:00:37.527 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-10-11T16:00:37.527 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:37.528 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-10-11T16:00:37.675 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: osdmap e44: 8 total, 8 up, 8 in 2023-10-11T16:00:37.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: pgmap v114: 129 pgs: 33 creating+peering, 55 active+clean, 41 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.677 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: Deploying daemon haproxy.nfs.foo.smithi071.ndenbb on smithi071 2023-10-11T16:00:37.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T16:00:37.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T16:00:37.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:37 smithi071 ceph-mon[109085]: osdmap e45: 8 total, 8 up, 8 in 2023-10-11T16:00:37.679 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T16:00:37.749 INFO:teuthology.orchestra.run.smithi071.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-10-11T16:00:37.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: osdmap e44: 8 total, 8 up, 8 in 2023-10-11T16:00:37.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/2322236864' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T16:00:37.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: pgmap v114: 129 pgs: 33 creating+peering, 55 active+clean, 41 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-10-11T16:00:37.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:37.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: Deploying daemon haproxy.nfs.foo.smithi071.ndenbb on smithi071 2023-10-11T16:00:37.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T16:00:37.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T16:00:37.812 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:37 smithi097 ceph-mon[120628]: osdmap e45: 8 total, 8 up, 8 in 2023-10-11T16:00:37.952 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T16:00:38.016 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:38.137 INFO:teuthology.orchestra.run.smithi071.stderr:Using ceph image with id '97519c6bda34' and tag 'e62d759a6de3042e046d7d9889d2209cbc674fbd' created on 2023-10-11 00:20:24 +0000 UTC 2023-10-11T16:00:38.137 INFO:teuthology.orchestra.run.smithi071.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee 2023-10-11T16:00:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:38 smithi071 ceph-mon[109085]: osdmap e46: 8 total, 8 up, 8 in 2023-10-11T16:00:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:38 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:38 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1642004299' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:38 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:38 smithi097 ceph-mon[120628]: osdmap e46: 8 total, 8 up, 8 in 2023-10-11T16:00:38.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:38 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:38.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:38 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/1642004299' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:38.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:38 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T16:00:39.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: pgmap v117: 161 pgs: 23 creating+peering, 90 active+clean, 48 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 KiB/s wr, 7 op/s 2023-10-11T16:00:39.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T16:00:39.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T16:00:39.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: osdmap e47: 8 total, 8 up, 8 in 2023-10-11T16:00:39.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: from='client.? 172.21.15.97:0/1642004299' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.740 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:39 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: pgmap v117: 161 pgs: 23 creating+peering, 90 active+clean, 48 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 KiB/s wr, 7 op/s 2023-10-11T16:00:39.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T16:00:39.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T16:00:39.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: osdmap e47: 8 total, 8 up, 8 in 2023-10-11T16:00:39.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: from='client.? 172.21.15.97:0/1642004299' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:39 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:39.827 INFO:teuthology.run_tasks:Running task python... 2023-10-11T16:00:39.838 INFO:tasks.python:Running python on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:39.839 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-11T16:00:39.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-10-11T16:00:41.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:41 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:41.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:41 smithi071 ceph-mon[109085]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:41.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:41 smithi071 ceph-mon[109085]: osdmap e48: 8 total, 8 up, 8 in 2023-10-11T16:00:41.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:41 smithi071 ceph-mon[109085]: pgmap v120: 161 pgs: 19 creating+peering, 122 active+clean, 20 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-10-11T16:00:41.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:41 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:41.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:41 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:41.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:41 smithi097 ceph-mon[120628]: from='client.? ' entity='client.rgw.foorgw.smithi097.ihsmmx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:41.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:41 smithi097 ceph-mon[120628]: osdmap e48: 8 total, 8 up, 8 in 2023-10-11T16:00:41.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:41 smithi097 ceph-mon[120628]: pgmap v120: 161 pgs: 19 creating+peering, 122 active+clean, 20 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-10-11T16:00:41.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:41 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:42.773 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:42 smithi071 ceph-mon[109085]: osdmap e49: 8 total, 8 up, 8 in 2023-10-11T16:00:42.773 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:42 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T16:00:42.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:42 smithi097 ceph-mon[120628]: osdmap e49: 8 total, 8 up, 8 in 2023-10-11T16:00:42.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:42 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T16:00:43.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T16:00:43.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:43 smithi071 ceph-mon[109085]: osdmap e50: 8 total, 8 up, 8 in 2023-10-11T16:00:43.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:43 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:43.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:43 smithi071 ceph-mon[109085]: pgmap v123: 193 pgs: 19 creating+peering, 161 active+clean, 13 unknown; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 128 KiB/s rd, 4.7 KiB/s wr, 252 op/s 2023-10-11T16:00:43.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T16:00:43.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:43 smithi097 ceph-mon[120628]: osdmap e50: 8 total, 8 up, 8 in 2023-10-11T16:00:43.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:43 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T16:00:43.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:43 smithi097 ceph-mon[120628]: pgmap v123: 193 pgs: 19 creating+peering, 161 active+clean, 13 unknown; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 128 KiB/s rd, 4.7 KiB/s wr, 252 op/s 2023-10-11T16:00:44.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:44.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: osdmap e51: 8 total, 8 up, 8 in 2023-10-11T16:00:44.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:44 smithi071 ceph-mon[109085]: Deploying daemon haproxy.nfs.foo.smithi097.urvwxl on smithi097 2023-10-11T16:00:44.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/3571458072' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T16:00:44.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: osdmap e51: 8 total, 8 up, 8 in 2023-10-11T16:00:44.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:44.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:44 smithi097 ceph-mon[120628]: Deploying daemon haproxy.nfs.foo.smithi097.urvwxl on smithi097 2023-10-11T16:00:45.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:45 smithi071 ceph-mon[109085]: osdmap e52: 8 total, 8 up, 8 in 2023-10-11T16:00:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:45 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T16:00:45.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:45 smithi071 ceph-mon[109085]: pgmap v126: 225 pgs: 20 creating+peering, 181 active+clean, 24 unknown; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 239 KiB/s rd, 9.0 KiB/s wr, 473 op/s 2023-10-11T16:00:45.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:45 smithi097 ceph-mon[120628]: osdmap e52: 8 total, 8 up, 8 in 2023-10-11T16:00:45.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:45 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T16:00:45.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:45 smithi097 ceph-mon[120628]: pgmap v126: 225 pgs: 20 creating+peering, 181 active+clean, 24 unknown; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 239 KiB/s rd, 9.0 KiB/s wr, 473 op/s 2023-10-11T16:00:46.511 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T16:00:46.520 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:00:46.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-10-11T16:00:46.756 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:46.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:46 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T16:00:46.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:46 smithi071 ceph-mon[109085]: osdmap e53: 8 total, 8 up, 8 in 2023-10-11T16:00:46.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:46 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T16:00:46.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:46 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T16:00:46.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:46 smithi097 ceph-mon[120628]: osdmap e53: 8 total, 8 up, 8 in 2023-10-11T16:00:46.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:46 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T16:00:47.686 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:47 smithi071 ceph-mon[109085]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T16:00:47.687 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:47 smithi071 ceph-mon[109085]: osdmap e54: 8 total, 8 up, 8 in 2023-10-11T16:00:47.687 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:47 smithi071 ceph-mon[109085]: pgmap v129: 225 pgs: 14 creating+peering, 190 active+clean, 21 unknown; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 4.5 KiB/s wr, 223 op/s 2023-10-11T16:00:47.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:47 smithi097 ceph-mon[120628]: from='client.? 172.21.15.71:0/4281044764' entity='client.rgw.foorgw.smithi071.ayvave' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T16:00:47.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:47 smithi097 ceph-mon[120628]: osdmap e54: 8 total, 8 up, 8 in 2023-10-11T16:00:47.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:47 smithi097 ceph-mon[120628]: pgmap v129: 225 pgs: 14 creating+peering, 190 active+clean, 21 unknown; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 4.5 KiB/s wr, 223 op/s 2023-10-11T16:00:48.242 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2023-10-11T16:00:48.242 INFO:teuthology.orchestra.run.smithi071.stdout: "bind": "/foouser", 2023-10-11T16:00:48.243 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster": "foo", 2023-10-11T16:00:48.243 INFO:teuthology.orchestra.run.smithi071.stdout: "mode": "RW", 2023-10-11T16:00:48.243 INFO:teuthology.orchestra.run.smithi071.stdout: "path": "/", 2023-10-11T16:00:48.243 INFO:teuthology.orchestra.run.smithi071.stdout: "squash": "none" 2023-10-11T16:00:48.243 INFO:teuthology.orchestra.run.smithi071.stdout:} 2023-10-11T16:00:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:48 smithi071 ceph-mon[109085]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:48 smithi097 ceph-mon[120628]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.901 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T16:00:48.919 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-11T16:00:48.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:00:49.157 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:49 smithi071 ceph-mon[109085]: pgmap v130: 225 pgs: 8 creating+peering, 215 active+clean, 2 unknown; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 3.9 KiB/s wr, 170 op/s 2023-10-11T16:00:49.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:49 smithi097 ceph-mon[120628]: pgmap v130: 225 pgs: 8 creating+peering, 215 active+clean, 2 unknown; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 3.9 KiB/s wr, 170 op/s 2023-10-11T16:00:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:50.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:50.476 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:00:50.882 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:00:51.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:51 smithi071 ceph-mon[109085]: 10.0.31.71 is in 10.0.0.0/16 on smithi097 interface enp3s0f1 2023-10-11T16:00:51.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:51 smithi071 ceph-mon[109085]: 10.0.31.71 is in 10.0.0.0/16 on smithi071 interface enp3s0f1 2023-10-11T16:00:51.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:51 smithi071 ceph-mon[109085]: Deploying daemon keepalived.nfs.foo.smithi097.nkfpsg on smithi097 2023-10-11T16:00:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:51 smithi097 ceph-mon[120628]: 10.0.31.71 is in 10.0.0.0/16 on smithi097 interface enp3s0f1 2023-10-11T16:00:51.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:51 smithi097 ceph-mon[120628]: 10.0.31.71 is in 10.0.0.0/16 on smithi071 interface enp3s0f1 2023-10-11T16:00:51.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:51 smithi097 ceph-mon[120628]: Deploying daemon keepalived.nfs.foo.smithi097.nkfpsg on smithi097 2023-10-11T16:00:51.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:00:52.118 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:52.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:52 smithi071 ceph-mon[109085]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:52.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:52 smithi071 ceph-mon[109085]: pgmap v131: 225 pgs: 225 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 3.0 KiB/s wr, 113 op/s 2023-10-11T16:00:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:52 smithi097 ceph-mon[120628]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:52 smithi097 ceph-mon[120628]: pgmap v131: 225 pgs: 225 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 3.0 KiB/s wr, 113 op/s 2023-10-11T16:00:53.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]: dispatch 2023-10-11T16:00:53.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2023-10-11T16:00:53.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:53.428 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:53.429 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:00:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]: dispatch 2023-10-11T16:00:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2023-10-11T16:00:53.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:53.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:00:54.128 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:54 smithi071 ceph-mon[109085]: pgmap v132: 225 pgs: 225 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 6 op/s 2023-10-11T16:00:54.129 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:54 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]': finished 2023-10-11T16:00:54.129 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:54 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2023-10-11T16:00:54.129 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:54 smithi071 ceph-mon[109085]: osdmap e55: 8 total, 8 up, 8 in 2023-10-11T16:00:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:54 smithi097 ceph-mon[120628]: pgmap v132: 225 pgs: 225 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 6 op/s 2023-10-11T16:00:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:54 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]': finished 2023-10-11T16:00:54.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:54 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2023-10-11T16:00:54.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:54 smithi097 ceph-mon[120628]: osdmap e55: 8 total, 8 up, 8 in 2023-10-11T16:00:54.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:00:55.074 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:55.397 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:55 smithi071 ceph-mon[109085]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:55.398 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:55 smithi071 ceph-mon[109085]: osdmap e56: 8 total, 8 up, 8 in 2023-10-11T16:00:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:55 smithi097 ceph-mon[120628]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:55 smithi097 ceph-mon[120628]: osdmap e56: 8 total, 8 up, 8 in 2023-10-11T16:00:56.378 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:56.378 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:00:56.403 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:56 smithi071 ceph-mon[109085]: pgmap v135: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 5 op/s 2023-10-11T16:00:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:56 smithi097 ceph-mon[120628]: pgmap v135: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 5 op/s 2023-10-11T16:00:56.772 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:00:57.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:57 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:57 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:00:57.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:00:58.014 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:00:58.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:58 smithi071 ceph-mon[109085]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:58.516 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:00:58 smithi071 ceph-mon[109085]: pgmap v136: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 511 B/s wr, 3 op/s 2023-10-11T16:00:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:58 smithi097 ceph-mon[120628]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:00:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:00:58 smithi097 ceph-mon[120628]: pgmap v136: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 511 B/s wr, 3 op/s 2023-10-11T16:00:59.347 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:00:59.348 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:00:59.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:00.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:00 smithi097 ceph-mon[120628]: pgmap v137: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:01:00.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:00 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:00 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:00 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:00 smithi071 ceph-mon[109085]: pgmap v137: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:01:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:00 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:00 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:00 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:00.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:01.056 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:01.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:01 smithi097 ceph-mon[120628]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:01.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:01 smithi097 ceph-mon[120628]: 10.0.31.71 is in 10.0.0.0/16 on smithi071 interface enp3s0f1 2023-10-11T16:01:01.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:01 smithi097 ceph-mon[120628]: 10.0.31.71 is in 10.0.0.0/16 on smithi097 interface enp3s0f1 2023-10-11T16:01:01.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:01 smithi097 ceph-mon[120628]: Deploying daemon keepalived.nfs.foo.smithi071.itnmgk on smithi071 2023-10-11T16:01:01.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:01 smithi071 ceph-mon[109085]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:01.437 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:01 smithi071 ceph-mon[109085]: 10.0.31.71 is in 10.0.0.0/16 on smithi071 interface enp3s0f1 2023-10-11T16:01:01.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:01 smithi071 ceph-mon[109085]: 10.0.31.71 is in 10.0.0.0/16 on smithi097 interface enp3s0f1 2023-10-11T16:01:01.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:01 smithi071 ceph-mon[109085]: Deploying daemon keepalived.nfs.foo.smithi071.itnmgk on smithi071 2023-10-11T16:01:02.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:02.499 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:01:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:02 smithi071 ceph-mon[109085]: pgmap v138: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:01:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:02 smithi097 ceph-mon[120628]: pgmap v138: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:01:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:04 smithi071 ceph-mon[109085]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:04.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:04 smithi071 ceph-mon[109085]: pgmap v139: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 422 B/s rd, 105 B/s wr, 0 op/s 2023-10-11T16:01:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:04 smithi097 ceph-mon[120628]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:04.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:04 smithi097 ceph-mon[120628]: pgmap v139: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 422 B/s rd, 105 B/s wr, 0 op/s 2023-10-11T16:01:04.910 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:05.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:06.169 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:06.237 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:06 smithi071 ceph-mon[109085]: pgmap v140: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 479 B/s rd, 95 B/s wr, 0 op/s 2023-10-11T16:01:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:06 smithi097 ceph-mon[120628]: pgmap v140: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 479 B/s rd, 95 B/s wr, 0 op/s 2023-10-11T16:01:07.660 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:07.660 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:23.258566Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:23.258662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:23.258785Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:23.258844Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:23.258725Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:23.258902Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "ports": [8800], "running": 0, "size": 2}}] 2023-10-11T16:01:08.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: pgmap v141: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:08.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:01:08.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:08.279 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: pgmap v141: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:08.279 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.279 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.279 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.280 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:08.280 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:01:08.280 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:09.123 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:09.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:09 smithi097 ceph-mon[120628]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:09.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:09 smithi071 ceph-mon[109085]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:10.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:10.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:10 smithi071 ceph-mon[109085]: pgmap v142: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:10.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:10.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:10.532 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:10 smithi097 ceph-mon[120628]: pgmap v142: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:10.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:12.223 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:12 smithi071 ceph-mon[109085]: pgmap v143: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:12.223 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:12 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:12.241 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:12.241 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:00:25.916099Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:00:25.915896Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:00:25.915956Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:00:25.916162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:09.563228Z", "ports": [2049, 9049], "running": 2, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:00:25.915831Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:00:25.915732Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:00:25.916014Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:00:25.916282Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:00:25.916222Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:09.563168Z", "ports": [8800], "running": 1, "size": 2}}] 2023-10-11T16:01:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:12 smithi097 ceph-mon[120628]: pgmap v143: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:12.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:12 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:12.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:13.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:14.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:14.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: pgmap v144: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:01:14.406 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:14.406 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:14.406 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:01:14.406 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:14 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:01:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:14.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: pgmap v144: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:01:14.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:14.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:14.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:01:14.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:14 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:01:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: pgmap v145: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 453 B/s wr, 1 op/s 2023-10-11T16:01:15.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: Checking dashboard <-> RGW credentials 2023-10-11T16:01:15.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:01:15.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:15 smithi071 ceph-mon[109085]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:01:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: pgmap v145: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 453 B/s wr, 1 op/s 2023-10-11T16:01:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: Checking dashboard <-> RGW credentials 2023-10-11T16:01:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:01:15.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:15.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:15 smithi097 ceph-mon[120628]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:01:16.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:16 smithi071 ceph-mon[109085]: Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-10-11T16:01:16.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:16 smithi071 ceph-mon[109085]: Reconfiguring daemon prometheus.smithi071 on smithi071 2023-10-11T16:01:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:16 smithi097 ceph-mon[120628]: Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-10-11T16:01:16.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:16 smithi097 ceph-mon[120628]: Reconfiguring daemon prometheus.smithi071 on smithi071 2023-10-11T16:01:17.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:17.304 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:13.676938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:09.562562Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:09.562668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:13.677000Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:09.563228Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:09.562791Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:09.562849Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:13.677433Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:09.562730Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:09.562906Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:13.677073Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:09.563168Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:17.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:17 smithi097 ceph-mon[120628]: pgmap v146: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 634 B/s wr, 1 op/s 2023-10-11T16:01:17.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:17 smithi071 ceph-mon[109085]: pgmap v146: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 634 B/s wr, 1 op/s 2023-10-11T16:01:17.880 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:18.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:19.135 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:19.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:19.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: pgmap v147: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 362 B/s wr, 1 op/s 2023-10-11T16:01:19.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:19.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:19.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:01:19.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:19 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:01:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: pgmap v147: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 362 B/s wr, 1 op/s 2023-10-11T16:01:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:01:19.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:19 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:01:20.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:20 smithi097 ceph-mon[120628]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:01:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:20 smithi071 ceph-mon[109085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:01:20.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:20.562 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:13.676938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:09.562562Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:09.562668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:13.677000Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:09.563228Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:09.562791Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:09.562849Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:13.677433Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:09.562730Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:09.562906Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:09.563168Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:21.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:21.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:21 smithi071 ceph-mon[109085]: pgmap v148: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 453 B/s wr, 2 op/s 2023-10-11T16:01:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:21 smithi097 ceph-mon[120628]: pgmap v148: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 453 B/s wr, 2 op/s 2023-10-11T16:01:22.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:22.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:22 smithi097 ceph-mon[120628]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:22.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:22.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:22 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:22.411 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:22 smithi071 ceph-mon[109085]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:22.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:22 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:23.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:23 smithi071 ceph-mon[109085]: pgmap v149: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 453 B/s wr, 2 op/s 2023-10-11T16:01:23.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:23.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:23 smithi097 ceph-mon[120628]: pgmap v149: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 453 B/s wr, 2 op/s 2023-10-11T16:01:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:23.977 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:23.977 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:13.676938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:13.676729Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:13.676813Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:13.677000Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:13.677492Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:13.676664Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:13.676582Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:13.677433Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:13.676876Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:13.677137Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:13.677395Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:24.433 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:25.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:25.462 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:25 smithi071 ceph-mon[109085]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:25.462 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:25 smithi071 ceph-mon[109085]: pgmap v150: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 362 B/s wr, 1 op/s 2023-10-11T16:01:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:25 smithi097 ceph-mon[120628]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:25.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:25 smithi097 ceph-mon[120628]: pgmap v150: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 362 B/s wr, 1 op/s 2023-10-11T16:01:25.693 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:26.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:01:26.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:01:26.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: pgmap v151: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 360 B/s wr, 1 op/s 2023-10-11T16:01:26.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: pgmap v152: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 218 B/s wr, 1 op/s 2023-10-11T16:01:26.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: Checking dashboard <-> RGW credentials 2023-10-11T16:01:26.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:01:26.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:01:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:01:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: pgmap v151: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 360 B/s wr, 1 op/s 2023-10-11T16:01:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: pgmap v152: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 218 B/s wr, 1 op/s 2023-10-11T16:01:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: Checking dashboard <-> RGW credentials 2023-10-11T16:01:26.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:01:26.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:01:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:27.474 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:27.866 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:28 smithi071 ceph-mon[109085]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:28.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:28 smithi071 ceph-mon[109085]: pgmap v153: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 218 B/s wr, 2 op/s 2023-10-11T16:01:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:28 smithi097 ceph-mon[120628]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:28 smithi097 ceph-mon[120628]: pgmap v153: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 218 B/s wr, 2 op/s 2023-10-11T16:01:28.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:29.112 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:30.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:30.457 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:30.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:31.508 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:31 smithi071 ceph-mon[109085]: pgmap v154: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 109 B/s wr, 1 op/s 2023-10-11T16:01:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:31 smithi097 ceph-mon[120628]: pgmap v154: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 109 B/s wr, 1 op/s 2023-10-11T16:01:31.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:32.063 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:32.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:32 smithi071 ceph-mon[109085]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:32 smithi097 ceph-mon[120628]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:33.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:33 smithi071 ceph-mon[109085]: pgmap v155: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 109 B/s wr, 1 op/s 2023-10-11T16:01:33.431 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:33.431 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:33 smithi097 ceph-mon[120628]: pgmap v155: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 109 B/s wr, 1 op/s 2023-10-11T16:01:33.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:34.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:35.054 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:35.401 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:35 smithi071 ceph-mon[109085]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:35.402 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:35 smithi071 ceph-mon[109085]: pgmap v156: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 547 B/s wr, 2 op/s 2023-10-11T16:01:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:35 smithi097 ceph-mon[120628]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:35.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:35 smithi097 ceph-mon[120628]: pgmap v156: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 547 B/s wr, 2 op/s 2023-10-11T16:01:36.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:36.560 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:37.082 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:37.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:37 smithi071 ceph-mon[109085]: pgmap v157: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T16:01:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:37 smithi097 ceph-mon[120628]: pgmap v157: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T16:01:38.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:38.328 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:38 smithi071 ceph-mon[109085]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:38 smithi097 ceph-mon[120628]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:39.510 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:39 smithi071 ceph-mon[109085]: pgmap v158: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T16:01:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:39 smithi097 ceph-mon[120628]: pgmap v158: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T16:01:40.113 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:40.113 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:40.506 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:41.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:41 smithi071 ceph-mon[109085]: pgmap v159: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:41 smithi071 ceph-mon[109085]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:41 smithi097 ceph-mon[120628]: pgmap v159: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:41 smithi097 ceph-mon[120628]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:41.750 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:43.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:43.053 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:43.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:43 smithi071 ceph-mon[109085]: pgmap v160: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:43.461 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:43 smithi097 ceph-mon[120628]: pgmap v160: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:44.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:44.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:44 smithi071 ceph-mon[109085]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:44 smithi097 ceph-mon[120628]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:44.690 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:45 smithi071 ceph-mon[109085]: pgmap v161: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:45 smithi097 ceph-mon[120628]: pgmap v161: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:01:45.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:45.987 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:46.461 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:47.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:47 smithi071 ceph-mon[109085]: pgmap v162: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:01:47.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:47 smithi071 ceph-mon[109085]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:47.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:47 smithi097 ceph-mon[120628]: pgmap v162: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:01:47.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:47 smithi097 ceph-mon[120628]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:47.690 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:48.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:48.904 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:49.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:49 smithi071 ceph-mon[109085]: pgmap v163: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:01:49.301 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:49 smithi097 ceph-mon[120628]: pgmap v163: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:01:50.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:50 smithi071 ceph-mon[109085]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:50 smithi097 ceph-mon[120628]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:50.590 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:51.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:51 smithi071 ceph-mon[109085]: pgmap v164: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:01:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:51 smithi097 ceph-mon[120628]: pgmap v164: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:01:51.851 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:51.851 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:52.242 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:53.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:53.476 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:53 smithi071 ceph-mon[109085]: pgmap v165: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:01:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:53 smithi071 ceph-mon[109085]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:53 smithi097 ceph-mon[120628]: pgmap v165: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:01:53.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:53 smithi097 ceph-mon[120628]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:53.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:54.778 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:54.778 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:55.152 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:55.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:55 smithi071 ceph-mon[109085]: pgmap v166: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:55 smithi097 ceph-mon[120628]: pgmap v166: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:56.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:56.395 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:56.519 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:56 smithi071 ceph-mon[109085]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:56 smithi097 ceph-mon[120628]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:57.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:57 smithi071 ceph-mon[109085]: pgmap v167: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T16:01:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:57 smithi097 ceph-mon[120628]: pgmap v167: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T16:01:57.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:01:57.615 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:01:57.991 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:01:58.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:01:59.306 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:01:59.409 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:59 smithi071 ceph-mon[109085]: pgmap v168: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:01:59.409 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:01:59 smithi071 ceph-mon[109085]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:01:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:59 smithi097 ceph-mon[120628]: pgmap v168: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:01:59.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:01:59 smithi097 ceph-mon[120628]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:00.717 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:00.717 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:01.126 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:01.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:01 smithi071 ceph-mon[109085]: pgmap v169: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:01 smithi097 ceph-mon[120628]: pgmap v169: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:02.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:02.363 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:02.452 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:02 smithi097 ceph-mon[120628]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:02.516 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:02 smithi071 ceph-mon[109085]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:03 smithi071 ceph-mon[109085]: pgmap v170: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:03 smithi097 ceph-mon[120628]: pgmap v170: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:03.645 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:03.646 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:04.178 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:05.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:05.419 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:05.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:05 smithi071 ceph-mon[109085]: pgmap v171: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:05.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:05 smithi071 ceph-mon[109085]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:05 smithi097 ceph-mon[120628]: pgmap v171: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:05 smithi097 ceph-mon[120628]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:06.707 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:07.082 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:07.506 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:07 smithi097 ceph-mon[120628]: pgmap v172: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:07.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:07 smithi071 ceph-mon[109085]: pgmap v172: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:08.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:08.318 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:08.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:08 smithi071 ceph-mon[109085]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:08.441 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:08 smithi097 ceph-mon[120628]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:08.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:09 smithi071 ceph-mon[109085]: pgmap v173: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:09 smithi097 ceph-mon[120628]: pgmap v173: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:09.706 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:09.707 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:10.111 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:11.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:11.358 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:11.473 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:11 smithi071 ceph-mon[109085]: pgmap v174: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:11.473 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:11 smithi071 ceph-mon[109085]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:11 smithi097 ceph-mon[120628]: pgmap v174: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:11 smithi097 ceph-mon[120628]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:12.680 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:12.681 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:13.054 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:13.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:13 smithi071 ceph-mon[109085]: pgmap v175: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:13 smithi097 ceph-mon[120628]: pgmap v175: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:14.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:14.296 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:14.449 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:14 smithi071 ceph-mon[109085]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:14 smithi097 ceph-mon[120628]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:15 smithi071 ceph-mon[109085]: pgmap v176: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:15 smithi097 ceph-mon[120628]: pgmap v176: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:15.593 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:15.594 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:15.970 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:16.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:17.222 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:17.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:17 smithi071 ceph-mon[109085]: pgmap v177: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:17.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:17 smithi071 ceph-mon[109085]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:17 smithi097 ceph-mon[120628]: pgmap v177: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:17 smithi097 ceph-mon[120628]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:18.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:18.494 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:18.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:18 smithi071 ceph-mon[109085]: pgmap v178: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:18 smithi097 ceph-mon[120628]: pgmap v178: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:18.855 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:19 smithi071 ceph-mon[109085]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:19 smithi097 ceph-mon[120628]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:19.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:20.098 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:21.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:21 smithi071 ceph-mon[109085]: pgmap v179: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:21.353 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:21 smithi097 ceph-mon[120628]: pgmap v179: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:21.728 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:22.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:22.976 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:23.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:23 smithi071 ceph-mon[109085]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:23.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:23 smithi071 ceph-mon[109085]: pgmap v180: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:23.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:23 smithi097 ceph-mon[120628]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:23 smithi097 ceph-mon[120628]: pgmap v180: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:23.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:24.152 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:24.153 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:24.527 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:25.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:25 smithi071 ceph-mon[109085]: pgmap v181: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:25.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:25 smithi071 ceph-mon[109085]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:25.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:25 smithi097 ceph-mon[120628]: pgmap v181: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:25 smithi097 ceph-mon[120628]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:25.769 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:26.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:26 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:02:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:26 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:02:27.351 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:27.351 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:21.340476Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:21.340632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:21.341782Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:21.340894Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:21.341018Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:21.340764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:21.341148Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:21.341662Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:27.383 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:27 smithi071 ceph-mon[109085]: pgmap v182: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:27.399 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:27 smithi097 ceph-mon[120628]: pgmap v182: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:27.986 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:28.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:28 smithi071 ceph-mon[109085]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:28 smithi071 ceph-mon[109085]: pgmap v183: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:28 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:29.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:28 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:29.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:28 smithi097 ceph-mon[120628]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:29.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:28 smithi097 ceph-mon[120628]: pgmap v183: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:29.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:28 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:29.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:28 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:29.471 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:30.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:30.708 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:01:25.452894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:01:25.452690Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:01:25.452770Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:01:25.452956Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:01:25.453469Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:01:25.452616Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:01:25.452535Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:01:25.453412Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:01:25.452832Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:01:25.453091Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:01:25.453017Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:01:25.453338Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:31.277 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:31 smithi071 ceph-mon[109085]: pgmap v184: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:31 smithi097 ceph-mon[120628]: pgmap v184: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:32.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:32.502 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:02:32.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:02:32.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:02:32.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:02:32.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:02:32.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:32.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:02:32.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:02:33.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:33 smithi071 ceph-mon[109085]: pgmap v185: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:33.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:33 smithi071 ceph-mon[109085]: pgmap v186: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 196 B/s rd, 98 B/s wr, 0 op/s 2023-10-11T16:02:33.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:33 smithi071 ceph-mon[109085]: pgmap v187: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:33 smithi097 ceph-mon[120628]: pgmap v185: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:33 smithi097 ceph-mon[120628]: pgmap v186: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 196 B/s rd, 98 B/s wr, 0 op/s 2023-10-11T16:02:33.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:33 smithi097 ceph-mon[120628]: pgmap v187: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:02:33.988 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:33.988 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:34.426 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:35.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:35.461 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:35 smithi071 ceph-mon[109085]: pgmap v188: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 121 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:02:35.461 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:35 smithi071 ceph-mon[109085]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:35 smithi097 ceph-mon[120628]: pgmap v188: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 121 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T16:02:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:35 smithi097 ceph-mon[120628]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:35.667 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:36.975 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:36.976 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:37.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:37 smithi071 ceph-mon[109085]: pgmap v189: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-10-11T16:02:37.383 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:37 smithi097 ceph-mon[120628]: pgmap v189: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-10-11T16:02:38.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:38.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:38 smithi071 ceph-mon[109085]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:38.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:38 smithi097 ceph-mon[120628]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:38.618 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:39.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:39 smithi071 ceph-mon[109085]: pgmap v190: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 121 B/s wr, 0 op/s 2023-10-11T16:02:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:39 smithi097 ceph-mon[120628]: pgmap v190: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 121 B/s wr, 0 op/s 2023-10-11T16:02:39.944 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:39.944 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:40.349 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:41.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:41 smithi071 ceph-mon[109085]: pgmap v191: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 121 B/s wr, 0 op/s 2023-10-11T16:02:41.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:41 smithi071 ceph-mon[109085]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:41 smithi097 ceph-mon[120628]: pgmap v191: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 121 B/s wr, 0 op/s 2023-10-11T16:02:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:41 smithi097 ceph-mon[120628]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:41.594 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:42.867 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:42.867 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:43.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:43.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:43 smithi071 ceph-mon[109085]: pgmap v192: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:43 smithi097 ceph-mon[120628]: pgmap v192: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:44.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:44 smithi071 ceph-mon[109085]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:44.527 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:44 smithi097 ceph-mon[120628]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:45 smithi071 ceph-mon[109085]: pgmap v193: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:45 smithi097 ceph-mon[120628]: pgmap v193: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:45.985 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:45.986 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:46.608 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:47.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:47 smithi071 ceph-mon[109085]: pgmap v194: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:47.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:47 smithi071 ceph-mon[109085]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:47 smithi097 ceph-mon[120628]: pgmap v194: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:47.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:47 smithi097 ceph-mon[120628]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:47.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:47.839 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:49.161 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:49.161 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:49.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:49 smithi071 ceph-mon[109085]: pgmap v195: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:49.546 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:49 smithi097 ceph-mon[120628]: pgmap v195: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:02:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:50 smithi071 ceph-mon[109085]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:50.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:50 smithi097 ceph-mon[120628]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:50.787 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:51.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:51 smithi071 ceph-mon[109085]: pgmap v196: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:51 smithi097 ceph-mon[120628]: pgmap v196: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:52.226 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:52.227 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:52.666 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:53.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:53 smithi097 ceph-mon[120628]: pgmap v197: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:53.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:53 smithi097 ceph-mon[120628]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:53.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:53 smithi071 ceph-mon[109085]: pgmap v197: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T16:02:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:53 smithi071 ceph-mon[109085]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:53.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:53.896 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:55.242 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:55.242 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:55.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:55 smithi071 ceph-mon[109085]: pgmap v198: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:55 smithi097 ceph-mon[120628]: pgmap v198: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:55.647 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:56.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:02:57.186 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:02:57.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:57 smithi071 ceph-mon[109085]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:57.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:57 smithi071 ceph-mon[109085]: pgmap v199: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:57 smithi097 ceph-mon[120628]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:02:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:57 smithi097 ceph-mon[120628]: pgmap v199: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:58.533 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:02:58.534 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:02:58.986 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:02:59.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:02:59 smithi071 ceph-mon[109085]: pgmap v200: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:02:59 smithi097 ceph-mon[120628]: pgmap v200: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:02:59.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:00.231 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:00.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:00 smithi071 ceph-mon[109085]: from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:00 smithi097 ceph-mon[120628]: from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:01.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:01 smithi071 ceph-mon[109085]: pgmap v201: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:03:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:01 smithi097 ceph-mon[120628]: pgmap v201: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:03:01.610 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:01.610 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:02.029 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:03.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:03.265 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:03.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:03 smithi071 ceph-mon[109085]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:03.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:03 smithi071 ceph-mon[109085]: pgmap v202: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:03 smithi097 ceph-mon[120628]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:03.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:03 smithi097 ceph-mon[120628]: pgmap v202: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:04.521 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:04.521 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:04.909 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:05.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:05 smithi071 ceph-mon[109085]: pgmap v203: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:05 smithi097 ceph-mon[120628]: pgmap v203: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:05.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:06.153 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:06.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:06 smithi071 ceph-mon[109085]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:06 smithi097 ceph-mon[120628]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:07.445 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:07.445 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:07.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:07 smithi071 ceph-mon[109085]: pgmap v204: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:07 smithi097 ceph-mon[120628]: pgmap v204: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:07.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:08.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:09.071 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:09.496 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:09 smithi071 ceph-mon[109085]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:09.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:09 smithi071 ceph-mon[109085]: pgmap v205: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:09 smithi097 ceph-mon[120628]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:09 smithi097 ceph-mon[120628]: pgmap v205: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:10.570 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:10.571 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:11.077 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:11 smithi071 ceph-mon[109085]: pgmap v206: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:11 smithi097 ceph-mon[120628]: pgmap v206: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:12.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:12.310 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:12.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:12 smithi071 ceph-mon[109085]: from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:12 smithi097 ceph-mon[120628]: from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:13.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:13 smithi071 ceph-mon[109085]: pgmap v207: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:13 smithi097 ceph-mon[120628]: pgmap v207: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T16:03:13.675 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:13.676 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:14.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:15.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:15.361 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:15.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:15 smithi071 ceph-mon[109085]: from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:15.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:15 smithi071 ceph-mon[109085]: pgmap v208: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:15 smithi097 ceph-mon[120628]: from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:15.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:15 smithi097 ceph-mon[120628]: pgmap v208: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:16 smithi097 ceph-mon[120628]: pgmap v209: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:16.720 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:16.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:16 smithi071 ceph-mon[109085]: pgmap v209: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:17.159 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:17 smithi071 ceph-mon[109085]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:17 smithi097 ceph-mon[120628]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:18.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:18.394 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:18 smithi071 ceph-mon[109085]: pgmap v210: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:18 smithi097 ceph-mon[120628]: pgmap v210: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:19.866 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:19.866 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:20.257 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:21.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:21.501 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:21 smithi071 ceph-mon[109085]: from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:21 smithi071 ceph-mon[109085]: pgmap v211: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:03:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:21 smithi097 ceph-mon[120628]: from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:21.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:21 smithi097 ceph-mon[120628]: pgmap v211: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:03:22.776 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:22.776 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:23.198 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:23.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:23 smithi071 ceph-mon[109085]: pgmap v212: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:03:23.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:23 smithi097 ceph-mon[120628]: pgmap v212: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T16:03:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:24.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:24.441 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:24 smithi071 ceph-mon[109085]: from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:24 smithi097 ceph-mon[120628]: from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:25.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:25 smithi071 ceph-mon[109085]: pgmap v213: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:25 smithi097 ceph-mon[120628]: pgmap v213: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:25.687 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:25.687 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:26.107 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:27.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:27.482 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:27 smithi071 ceph-mon[109085]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:27.482 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:27 smithi071 ceph-mon[109085]: pgmap v214: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:27 smithi097 ceph-mon[120628]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:27 smithi097 ceph-mon[120628]: pgmap v214: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:28.673 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:28.673 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:29.140 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:29 smithi071 ceph-mon[109085]: pgmap v215: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:29 smithi097 ceph-mon[120628]: pgmap v215: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:30.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:30.377 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:30.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:30 smithi071 ceph-mon[109085]: from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:30 smithi097 ceph-mon[120628]: from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:31.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:31 smithi071 ceph-mon[109085]: pgmap v216: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:31 smithi097 ceph-mon[120628]: pgmap v216: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:27.978547Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:27.978640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:27.979237Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:27.978769Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:27.978832Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:27.978706Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:27.978909Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:27.979175Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:32.332 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:32 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:03:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:32 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:03:33.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:33 smithi097 ceph-mon[120628]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:33.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:33 smithi097 ceph-mon[120628]: pgmap v217: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:33.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:33.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:33 smithi071 ceph-mon[109085]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:33.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:33 smithi071 ceph-mon[109085]: pgmap v217: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:33.680 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:35.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:35 smithi071 ceph-mon[109085]: pgmap v218: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:35.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:35.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:35 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:35 smithi097 ceph-mon[120628]: pgmap v218: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:35.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:35 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:35.722 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:35.723 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:02:31.539577Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:02:31.539402Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:02:31.539462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:02:31.539633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:02:31.540088Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:02:31.539323Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:02:31.539241Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:02:31.540007Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:02:31.539520Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:02:31.539746Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:02:31.539689Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:02:31.539971Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:36.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:37.156 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:37.404 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:37.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:37 smithi071 ceph-mon[109085]: from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:37.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:37 smithi071 ceph-mon[109085]: pgmap v219: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:37.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:37.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:37 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:37 smithi097 ceph-mon[120628]: from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:37 smithi097 ceph-mon[120628]: pgmap v219: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:37.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:37 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:38.512 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:03:38.512 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:03:38.513 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:38.513 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:03:38.513 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:38.513 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:03:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:03:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:03:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:03:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:38.731 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:38.731 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:39.130 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:39 smithi071 ceph-mon[109085]: pgmap v220: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:39.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:39 smithi071 ceph-mon[109085]: pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:39 smithi097 ceph-mon[120628]: pgmap v220: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:39 smithi097 ceph-mon[120628]: pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:40.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:40.376 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:40.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:40 smithi071 ceph-mon[109085]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:40 smithi097 ceph-mon[120628]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:41 smithi071 ceph-mon[109085]: pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:41 smithi097 ceph-mon[120628]: pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:41.830 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:41.830 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:42.211 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:43.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:43.444 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:43.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:43 smithi071 ceph-mon[109085]: pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:43.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:43 smithi071 ceph-mon[109085]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:43 smithi097 ceph-mon[120628]: pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:43 smithi097 ceph-mon[120628]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:44.756 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:44.757 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:45.183 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:45 smithi071 ceph-mon[109085]: pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 106 B/s wr, 1 op/s 2023-10-11T16:03:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:45 smithi097 ceph-mon[120628]: pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 106 B/s wr, 1 op/s 2023-10-11T16:03:46.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:46.425 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:46 smithi071 ceph-mon[109085]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:46 smithi097 ceph-mon[120628]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:47.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:47 smithi071 ceph-mon[109085]: pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 106 B/s wr, 1 op/s 2023-10-11T16:03:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:47 smithi097 ceph-mon[120628]: pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 106 B/s wr, 1 op/s 2023-10-11T16:03:47.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:47.771 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:48.294 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:49.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:49 smithi071 ceph-mon[109085]: pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 102 B/s wr, 1 op/s 2023-10-11T16:03:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:49 smithi071 ceph-mon[109085]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:49.537 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:49 smithi097 ceph-mon[120628]: pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 102 B/s wr, 1 op/s 2023-10-11T16:03:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:49 smithi097 ceph-mon[120628]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:50.860 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:50.860 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:51.259 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:51.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:51 smithi071 ceph-mon[109085]: pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:51 smithi097 ceph-mon[120628]: pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:52.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:52.501 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:52 smithi071 ceph-mon[109085]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:52 smithi097 ceph-mon[120628]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:53 smithi071 ceph-mon[109085]: pgmap v228: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:53 smithi097 ceph-mon[120628]: pgmap v228: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:53.757 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:53.758 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:54.160 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:55.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:55.402 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:55.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:55 smithi071 ceph-mon[109085]: pgmap v229: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:55.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:55 smithi071 ceph-mon[109085]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:55.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:55 smithi097 ceph-mon[120628]: pgmap v229: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-11T16:03:55.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:55 smithi097 ceph-mon[120628]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:56.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:56.624 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:57.023 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:03:57.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:57 smithi071 ceph-mon[109085]: pgmap v230: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:03:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:57 smithi097 ceph-mon[120628]: pgmap v230: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:03:58.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:03:58.283 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:03:58.401 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:58 smithi071 ceph-mon[109085]: from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:58 smithi097 ceph-mon[120628]: from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:03:59.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:03:59.524 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:03:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:03:59 smithi071 ceph-mon[109085]: pgmap v231: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:03:59 smithi097 ceph-mon[120628]: pgmap v231: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:03:59.923 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:00.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:01.162 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:01.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:01 smithi071 ceph-mon[109085]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:01.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:01 smithi071 ceph-mon[109085]: pgmap v232: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:01 smithi097 ceph-mon[120628]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:01.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:01 smithi097 ceph-mon[120628]: pgmap v232: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:02.514 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:02.514 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:02 smithi071 ceph-mon[109085]: pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:02 smithi097 ceph-mon[120628]: pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:02.940 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:03 smithi071 ceph-mon[109085]: from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:03 smithi097 ceph-mon[120628]: from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:03.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:04.177 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:04 smithi071 ceph-mon[109085]: pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:04 smithi097 ceph-mon[120628]: pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:05.523 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:05.524 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:05.945 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:06.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:07.191 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:07 smithi071 ceph-mon[109085]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:07 smithi071 ceph-mon[109085]: pgmap v235: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:07 smithi097 ceph-mon[120628]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:07 smithi097 ceph-mon[120628]: pgmap v235: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:08.606 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:08.607 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:09.030 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:09.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:09 smithi071 ceph-mon[109085]: pgmap v236: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:09 smithi097 ceph-mon[120628]: pgmap v236: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:10.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:10.275 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:10.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:10 smithi071 ceph-mon[109085]: from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:10 smithi097 ceph-mon[120628]: from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:11 smithi071 ceph-mon[109085]: pgmap v237: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:11.549 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:11.549 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:11 smithi097 ceph-mon[120628]: pgmap v237: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:11.955 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:12.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:13.192 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:13.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:13 smithi071 ceph-mon[109085]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:13.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:13 smithi071 ceph-mon[109085]: pgmap v238: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:13 smithi097 ceph-mon[120628]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:13.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:13 smithi097 ceph-mon[120628]: pgmap v238: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:14.454 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:14.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:14.871 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:15 smithi071 ceph-mon[109085]: pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:15 smithi097 ceph-mon[120628]: pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:15.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:16.106 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:16.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:16 smithi071 ceph-mon[109085]: from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:16 smithi097 ceph-mon[120628]: from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:17.354 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:17.354 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:17 smithi071 ceph-mon[109085]: pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:17 smithi097 ceph-mon[120628]: pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:17.838 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:18.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:19.074 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:19.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:19 smithi097 ceph-mon[120628]: from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:19.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:19 smithi097 ceph-mon[120628]: pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:19.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:19 smithi071 ceph-mon[109085]: from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:19.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:19 smithi071 ceph-mon[109085]: pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:20.296 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:20.296 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:20.704 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:21 smithi071 ceph-mon[109085]: pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:21 smithi097 ceph-mon[120628]: pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:21.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:21.947 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:22.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:22 smithi071 ceph-mon[109085]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:22 smithi097 ceph-mon[120628]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:23.260 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:23.260 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:23 smithi071 ceph-mon[109085]: pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:23 smithi097 ceph-mon[120628]: pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:23.670 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:24.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:24.912 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:25.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:25 smithi071 ceph-mon[109085]: from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:25.459 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:25 smithi071 ceph-mon[109085]: pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:25 smithi097 ceph-mon[120628]: from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:25 smithi097 ceph-mon[120628]: pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:26.257 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:26.258 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:26.676 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:27 smithi071 ceph-mon[109085]: pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:27 smithi097 ceph-mon[120628]: pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:27.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:27.920 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:28.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:28 smithi071 ceph-mon[109085]: from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:28 smithi097 ceph-mon[120628]: from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:29.208 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:29.208 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:29 smithi071 ceph-mon[109085]: pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:29 smithi097 ceph-mon[120628]: pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:29.633 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:30.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:30 smithi071 ceph-mon[109085]: from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:30 smithi097 ceph-mon[120628]: from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:30.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:30.874 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:31.520 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:31 smithi071 ceph-mon[109085]: pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:31 smithi097 ceph-mon[120628]: pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:32.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:32.258 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:32.734 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:33.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:33 smithi071 ceph-mon[109085]: pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:33 smithi097 ceph-mon[120628]: pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:33.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:33.970 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:34.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:34 smithi071 ceph-mon[109085]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:34 smithi097 ceph-mon[120628]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:35.309 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:35.309 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:35.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:35 smithi071 ceph-mon[109085]: pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:35 smithi097 ceph-mon[120628]: pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:35.699 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:36.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:36.941 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:37.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:37 smithi071 ceph-mon[109085]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:37.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:37 smithi071 ceph-mon[109085]: pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:37 smithi097 ceph-mon[120628]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:37 smithi097 ceph-mon[120628]: pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:38.237 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:38.237 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:34.290969Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:34.291072Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:34.291609Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:34.291201Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:34.291259Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:34.291140Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:34.291318Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:34.291552Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:38.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:04:38.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:04:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:38.783 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:39 smithi071 ceph-mon[109085]: pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:39 smithi071 ceph-mon[109085]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:39 smithi097 ceph-mon[120628]: pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:39 smithi097 ceph-mon[120628]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:39.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:40.138 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:41.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:40 smithi071 ceph-mon[109085]: pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:41.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:40 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:41.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:40 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:41.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:40 smithi097 ceph-mon[120628]: pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:40 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:41.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:40 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:41.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:41.770 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:03:37.151320Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:03:37.151134Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:03:37.151199Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:03:37.151395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:03:37.151836Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:03:37.151043Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:03:37.150948Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:03:37.151778Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:03:37.151259Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:03:37.151509Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:03:37.151453Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:03:37.151741Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:42.190 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:43.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:42 smithi071 ceph-mon[109085]: pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:43.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:42 smithi071 ceph-mon[109085]: from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:43.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:43.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:42 smithi097 ceph-mon[120628]: pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:43.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:42 smithi097 ceph-mon[120628]: from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:43.439 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:44.267 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.268 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.268 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:04:44.268 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:04:44.268 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.269 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:04:44.269 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:04:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:04:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:04:44.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:04:44.718 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:44.718 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:45.139 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:45.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:45 smithi097 ceph-mon[120628]: pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:45.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:45 smithi097 ceph-mon[120628]: pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:45 smithi071 ceph-mon[109085]: pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:45 smithi071 ceph-mon[109085]: pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:46.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:46.369 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:46.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:46 smithi071 ceph-mon[109085]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:46.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:46 smithi097 ceph-mon[120628]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:47.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:47 smithi071 ceph-mon[109085]: pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:47 smithi097 ceph-mon[120628]: pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:47.709 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:47.710 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:48.273 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:49.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:49.500 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:49 smithi071 ceph-mon[109085]: pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:49 smithi071 ceph-mon[109085]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:49 smithi097 ceph-mon[120628]: pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:49.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:49 smithi097 ceph-mon[120628]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:50.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:50.801 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:51.189 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:51.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:51 smithi071 ceph-mon[109085]: pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:51 smithi097 ceph-mon[120628]: pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:52.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:52.428 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:52 smithi071 ceph-mon[109085]: from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:52 smithi097 ceph-mon[120628]: from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:53 smithi071 ceph-mon[109085]: pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:53.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:53 smithi097 ceph-mon[120628]: pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:53.689 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:53.689 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:54.071 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:55.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:55.317 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:55.456 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:55 smithi071 ceph-mon[109085]: pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:55.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:55 smithi071 ceph-mon[109085]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:55 smithi097 ceph-mon[120628]: pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:55 smithi097 ceph-mon[120628]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:56.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:56.643 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:57.037 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:04:57.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:57 smithi071 ceph-mon[109085]: pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:57 smithi097 ceph-mon[120628]: pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:58.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:04:58.274 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:04:58.448 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:58 smithi071 ceph-mon[109085]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:58 smithi097 ceph-mon[120628]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:04:59.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:04:59 smithi071 ceph-mon[109085]: pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:04:59 smithi097 ceph-mon[120628]: pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:04:59.581 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:04:59.581 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:04:59.962 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:00.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:01.196 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:01.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:01 smithi071 ceph-mon[109085]: pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:01.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:01 smithi071 ceph-mon[109085]: from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:01 smithi097 ceph-mon[120628]: pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:01 smithi097 ceph-mon[120628]: from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:02.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:02.967 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:03 smithi071 ceph-mon[109085]: pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:03 smithi097 ceph-mon[120628]: pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:03.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:04.200 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:04 smithi071 ceph-mon[109085]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:04 smithi097 ceph-mon[120628]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:05.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:05 smithi071 ceph-mon[109085]: pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:05.529 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:05.529 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:05 smithi097 ceph-mon[120628]: pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:05.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:06.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:07.174 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:07 smithi071 ceph-mon[109085]: pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:07.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:07 smithi071 ceph-mon[109085]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:07 smithi097 ceph-mon[120628]: pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:07.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:07 smithi097 ceph-mon[120628]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:08.525 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:08.525 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:08.984 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:09.509 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:09 smithi097 ceph-mon[120628]: pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:09 smithi071 ceph-mon[109085]: pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:09.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:10.220 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:10.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:10 smithi071 ceph-mon[109085]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:10 smithi097 ceph-mon[120628]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:11.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:11.525 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:11 smithi071 ceph-mon[109085]: pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:11 smithi097 ceph-mon[120628]: pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:11.967 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:12.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:13.212 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:13.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:13 smithi071 ceph-mon[109085]: pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:13.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:13 smithi071 ceph-mon[109085]: from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:13 smithi097 ceph-mon[120628]: pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:13 smithi097 ceph-mon[120628]: from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:14.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:14.560 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:15.067 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:15 smithi071 ceph-mon[109085]: pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:15 smithi097 ceph-mon[120628]: pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:16.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:16.303 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:16.425 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:16 smithi071 ceph-mon[109085]: from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:16 smithi097 ceph-mon[120628]: from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:17 smithi071 ceph-mon[109085]: pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:17 smithi097 ceph-mon[120628]: pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:17.621 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:17.621 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:18.032 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:19.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:19.262 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:19 smithi071 ceph-mon[109085]: pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:19 smithi071 ceph-mon[109085]: from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:19 smithi097 ceph-mon[120628]: pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:19 smithi097 ceph-mon[120628]: from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:20.540 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:20.540 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:20.922 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:21 smithi071 ceph-mon[109085]: pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:21 smithi097 ceph-mon[120628]: pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:21.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:22.153 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:22.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:22 smithi071 ceph-mon[109085]: from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:22 smithi097 ceph-mon[120628]: from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:23.458 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:23.459 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:23 smithi071 ceph-mon[109085]: pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:23 smithi097 ceph-mon[120628]: pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:23.889 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:24 smithi071 ceph-mon[109085]: from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:24 smithi071 ceph-mon[109085]: pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:24 smithi097 ceph-mon[120628]: from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:24.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:24 smithi097 ceph-mon[120628]: pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:24.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:25.126 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:26.363 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:26.363 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:26.840 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:27 smithi071 ceph-mon[109085]: pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:27 smithi097 ceph-mon[120628]: pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:27.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:28.078 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:28 smithi071 ceph-mon[109085]: from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:28 smithi097 ceph-mon[120628]: from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:29.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:29 smithi071 ceph-mon[109085]: pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:29.410 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:29.410 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:29 smithi097 ceph-mon[120628]: pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:29.789 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:30.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:31.029 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:31 smithi071 ceph-mon[109085]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:31 smithi071 ceph-mon[109085]: pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:31 smithi097 ceph-mon[120628]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:31 smithi097 ceph-mon[120628]: pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:32.368 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:32.368 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:32.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:33.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:33 smithi071 ceph-mon[109085]: pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:33 smithi097 ceph-mon[120628]: pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:33.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:34.037 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:34.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:34 smithi071 ceph-mon[109085]: from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:34 smithi097 ceph-mon[120628]: from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:35.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:35.331 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:35.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:35 smithi071 ceph-mon[109085]: pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:35 smithi097 ceph-mon[120628]: pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:35.745 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:36.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:36.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:37.481 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:37 smithi071 ceph-mon[109085]: from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:37.481 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:37 smithi071 ceph-mon[109085]: pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:37 smithi097 ceph-mon[120628]: from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:37 smithi097 ceph-mon[120628]: pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:38.318 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:38.318 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:38.488 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:38.710 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:39 smithi071 ceph-mon[109085]: pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:39 smithi097 ceph-mon[120628]: pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:39.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:39.948 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:40.429 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:40 smithi071 ceph-mon[109085]: from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:40 smithi097 ceph-mon[120628]: from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:41.207 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:41.207 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:41.499 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:41 smithi071 ceph-mon[109085]: pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:41 smithi097 ceph-mon[120628]: pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:41.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:42 smithi071 ceph-mon[109085]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:42 smithi097 ceph-mon[120628]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:42.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:42.822 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:43.512 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:43 smithi071 ceph-mon[109085]: pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:43 smithi097 ceph-mon[120628]: pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:44.088 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:44.088 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:39.851788Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:39.851874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:39.852463Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:39.852006Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:39.852083Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:39.851942Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:39.852155Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:39.852401Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:44 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:05:44.551 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:44 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:05:44.710 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:45.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:45 smithi071 ceph-mon[109085]: pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:45.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:45 smithi071 ceph-mon[109085]: from='client.24717 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:45 smithi097 ceph-mon[120628]: pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:45 smithi097 ceph-mon[120628]: from='client.24717 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:45.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:46.009 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:47.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:46 smithi071 ceph-mon[109085]: pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:47.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:46 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:47.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:46 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:47.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:46 smithi097 ceph-mon[120628]: pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:47.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:46 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:47.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:46 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:47.522 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:47.523 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:04:43.016871Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:04:43.016685Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:04:43.016751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:04:43.016931Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:04:43.017439Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:04:43.016610Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:04:43.016527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:04:43.017379Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:04:43.016812Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:04:43.017051Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:04:43.016992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:04:43.017325Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:48.059 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:49.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:49.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:48 smithi071 ceph-mon[109085]: pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:49.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:48 smithi071 ceph-mon[109085]: from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:49.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:49.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:48 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:49.297 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:49.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:48 smithi097 ceph-mon[120628]: pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:49.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:48 smithi097 ceph-mon[120628]: from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:49.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:49.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:48 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:50.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:05:50.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:05:50.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:50.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:50.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:50.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:05:50.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:50.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:05:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:05:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:50.310 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:05:50.311 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:05:50.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:50.615 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:50.992 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:51.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:52.232 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:52.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:52 smithi071 ceph-mon[109085]: from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:52.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:52 smithi071 ceph-mon[109085]: pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:52 smithi097 ceph-mon[120628]: from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:52.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:52 smithi097 ceph-mon[120628]: pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:53.516 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:53.516 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:53.957 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:54 smithi071 ceph-mon[109085]: pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:54 smithi097 ceph-mon[120628]: pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:54.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:55.187 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:55.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:55 smithi071 ceph-mon[109085]: from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:55.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:55 smithi097 ceph-mon[120628]: from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:56.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:56 smithi071 ceph-mon[109085]: pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:56.541 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:56.542 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:56 smithi097 ceph-mon[120628]: pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:56.965 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:05:57.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:05:58.208 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:05:58.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:58 smithi071 ceph-mon[109085]: from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:58.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:05:58 smithi071 ceph-mon[109085]: pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:58 smithi097 ceph-mon[120628]: from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:05:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:05:58 smithi097 ceph-mon[120628]: pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:05:59.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:05:59.516 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:05:59.912 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:00 smithi071 ceph-mon[109085]: pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:00 smithi097 ceph-mon[120628]: pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:00.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:01.154 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:01.456 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:01 smithi071 ceph-mon[109085]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:01 smithi097 ceph-mon[120628]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:02.407 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:02.407 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:02 smithi071 ceph-mon[109085]: pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:02 smithi097 ceph-mon[120628]: pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:02.841 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:03.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:04.085 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:04 smithi071 ceph-mon[109085]: from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:04 smithi071 ceph-mon[109085]: pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:04 smithi097 ceph-mon[120628]: from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:04 smithi097 ceph-mon[120628]: pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:05.443 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:05.443 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:05.811 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:06 smithi071 ceph-mon[109085]: pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:06 smithi097 ceph-mon[120628]: pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:06.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:07.054 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:07.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:07 smithi071 ceph-mon[109085]: from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:07 smithi097 ceph-mon[120628]: from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:08.350 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:08.351 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:08 smithi071 ceph-mon[109085]: pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:08 smithi097 ceph-mon[120628]: pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:08.754 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:09.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:09.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:10.377 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:10 smithi071 ceph-mon[109085]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:10.378 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:10 smithi071 ceph-mon[109085]: pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:10 smithi097 ceph-mon[120628]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:10 smithi097 ceph-mon[120628]: pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:11.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:11.271 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:11.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:12 smithi071 ceph-mon[109085]: pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:12 smithi097 ceph-mon[120628]: pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:12.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:12.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:13.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:13 smithi071 ceph-mon[109085]: from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:13 smithi097 ceph-mon[120628]: from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:14.156 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:14.156 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:14.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:14 smithi071 ceph-mon[109085]: pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:14.537 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:14 smithi097 ceph-mon[120628]: pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:15 smithi071 ceph-mon[109085]: from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:15.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:15 smithi097 ceph-mon[120628]: from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:15.777 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:16.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:16 smithi071 ceph-mon[109085]: pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:16 smithi097 ceph-mon[120628]: pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:17.162 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:17.162 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:17.543 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:18 smithi071 ceph-mon[109085]: pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:18 smithi071 ceph-mon[109085]: from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:18.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:18 smithi097 ceph-mon[120628]: pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:18 smithi097 ceph-mon[120628]: from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:18.788 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:20.098 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:20.098 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:20.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:20 smithi071 ceph-mon[109085]: pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:20.485 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:20 smithi097 ceph-mon[120628]: pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:21.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:21.519 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:21 smithi071 ceph-mon[109085]: from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:21 smithi097 ceph-mon[120628]: from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:21.724 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:22 smithi071 ceph-mon[109085]: pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:22 smithi097 ceph-mon[120628]: pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:23.079 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:23.080 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:23.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:23.508 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:24.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:24 smithi071 ceph-mon[109085]: from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:24 smithi071 ceph-mon[109085]: pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:24 smithi097 ceph-mon[120628]: from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:24 smithi097 ceph-mon[120628]: pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:24.757 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:26.030 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:26.030 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:26.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:26 smithi071 ceph-mon[109085]: pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:26.424 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:26 smithi097 ceph-mon[120628]: pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:27.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:27 smithi071 ceph-mon[109085]: from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:27 smithi097 ceph-mon[120628]: from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:28 smithi071 ceph-mon[109085]: pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:28 smithi097 ceph-mon[120628]: pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:28.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:28.925 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:29.278 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:29 smithi071 ceph-mon[109085]: from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:29 smithi071 ceph-mon[109085]: pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:29 smithi097 ceph-mon[120628]: from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:29 smithi097 ceph-mon[120628]: pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:30.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:31.797 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:32.203 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:32 smithi071 ceph-mon[109085]: pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:32 smithi097 ceph-mon[120628]: pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:33.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:33.443 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:33.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:33 smithi071 ceph-mon[109085]: from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:33 smithi097 ceph-mon[120628]: from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:34.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:34 smithi071 ceph-mon[109085]: pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:34 smithi097 ceph-mon[120628]: pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:34.726 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:34.726 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:35.140 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:36.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:36.383 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:36.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:36 smithi071 ceph-mon[109085]: from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:36.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:36 smithi071 ceph-mon[109085]: pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:36 smithi097 ceph-mon[120628]: from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:36 smithi097 ceph-mon[120628]: pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:37.618 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:37.618 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:38.022 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:38.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:38 smithi071 ceph-mon[109085]: pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:38.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:38 smithi097 ceph-mon[120628]: pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:39.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:39.268 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:39.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:39 smithi071 ceph-mon[109085]: from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:39 smithi097 ceph-mon[120628]: from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:40.525 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:40 smithi097 ceph-mon[120628]: pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:40.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:40 smithi071 ceph-mon[109085]: pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:40.531 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:40.957 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:41.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:42.200 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:42.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:42 smithi071 ceph-mon[109085]: from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:42.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:42 smithi071 ceph-mon[109085]: pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:42 smithi097 ceph-mon[120628]: from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:42 smithi097 ceph-mon[120628]: pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:43.586 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:43.586 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:43.956 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:44 smithi071 ceph-mon[109085]: pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:44 smithi097 ceph-mon[120628]: pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:44.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:45.192 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:45 smithi071 ceph-mon[109085]: from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:45 smithi097 ceph-mon[120628]: from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:46.438 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:46.439 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:46 smithi071 ceph-mon[109085]: pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:46 smithi097 ceph-mon[120628]: pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:46.845 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:47.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:48.082 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:48 smithi071 ceph-mon[109085]: from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:48.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:48 smithi071 ceph-mon[109085]: pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:48 smithi097 ceph-mon[120628]: from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:48 smithi097 ceph-mon[120628]: pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:49.428 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:49.428 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:45.824248Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:45.824333Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:45.824898Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:45.824464Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:45.824527Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:45.824401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:45.824588Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:45.824835Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:49 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:06:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:49 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:06:49.828 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:50 smithi071 ceph-mon[109085]: pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:50 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:50.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:50 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:50 smithi097 ceph-mon[120628]: pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:50 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:50 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:50.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:51.418 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:51.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:51 smithi071 ceph-mon[109085]: from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:51 smithi097 ceph-mon[120628]: from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:52.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:52 smithi071 ceph-mon[109085]: pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:52.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:52.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:52 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:52 smithi097 ceph-mon[120628]: pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:52 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:53.194 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:53.195 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:05:48.683515Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:05:48.683321Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:05:48.683398Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:05:48.683574Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:05:48.684039Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:05:48.683254Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:05:48.683168Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:05:48.683980Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:05:48.683457Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:05:48.683689Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:05:48.683632Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:05:48.683942Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:53.637 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:54 smithi071 ceph-mon[109085]: pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:54 smithi071 ceph-mon[109085]: from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:54 smithi097 ceph-mon[120628]: pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:54 smithi097 ceph-mon[120628]: from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:54.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:54.874 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:55.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:06:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:06:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:55.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:55.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:55.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:06:55.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:56.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:56.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:56.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:06:56.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:06:56.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:56.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:56.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:56.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:06:56.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:06:56.238 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:56.238 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:56.652 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:06:57.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:56 smithi071 ceph-mon[109085]: from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:57.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:56 smithi097 ceph-mon[120628]: from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:06:57.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:06:57.887 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:06:58.010 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:06:57 smithi071 ceph-mon[109085]: pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:58.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:06:57 smithi097 ceph-mon[120628]: pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:06:59.164 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:06:59.164 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:06:59.610 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:00 smithi071 ceph-mon[109085]: pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:00 smithi071 ceph-mon[109085]: from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:00 smithi097 ceph-mon[120628]: pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:00 smithi097 ceph-mon[120628]: from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:00.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:00.841 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:02.147 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:02.148 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:02.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:02 smithi071 ceph-mon[109085]: pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:02.533 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:02 smithi097 ceph-mon[120628]: pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:03 smithi071 ceph-mon[109085]: from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:03.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:03 smithi097 ceph-mon[120628]: from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:03.777 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:04.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:04 smithi071 ceph-mon[109085]: pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:04 smithi097 ceph-mon[120628]: pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:05.088 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:05.457 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:06.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:06.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:06 smithi071 ceph-mon[109085]: pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:06.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:06 smithi071 ceph-mon[109085]: from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:06 smithi097 ceph-mon[120628]: pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:06 smithi097 ceph-mon[120628]: from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:06.700 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:07.987 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:07.987 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:08.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:08 smithi071 ceph-mon[109085]: pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:08.277 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:08.385 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:08 smithi097 ceph-mon[120628]: pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:09.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:09 smithi071 ceph-mon[109085]: from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:09 smithi097 ceph-mon[120628]: from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:09.631 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:10.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:10 smithi071 ceph-mon[109085]: pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:10 smithi097 ceph-mon[120628]: pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:10.939 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:10.939 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:11.322 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:12.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:12 smithi071 ceph-mon[109085]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:12 smithi071 ceph-mon[109085]: pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:12 smithi097 ceph-mon[120628]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:12.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:12 smithi097 ceph-mon[120628]: pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:12.564 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:13.830 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:13.831 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:14.205 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:14.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:14 smithi071 ceph-mon[109085]: pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:14 smithi097 ceph-mon[120628]: pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:15.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:15.452 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:15 smithi071 ceph-mon[109085]: from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:15 smithi097 ceph-mon[120628]: from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:16.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:16 smithi071 ceph-mon[109085]: pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:16 smithi097 ceph-mon[120628]: pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:16.825 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:17.307 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:18.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:18 smithi071 ceph-mon[109085]: from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:18.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:18 smithi071 ceph-mon[109085]: pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:18.546 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:18 smithi097 ceph-mon[120628]: from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:18 smithi097 ceph-mon[120628]: pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:19.894 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:19.895 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:20.281 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:20 smithi071 ceph-mon[109085]: pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:20 smithi097 ceph-mon[120628]: pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:21.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:21.524 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:21 smithi071 ceph-mon[109085]: from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:21 smithi097 ceph-mon[120628]: from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:22.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:22 smithi071 ceph-mon[109085]: pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:22 smithi097 ceph-mon[120628]: pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:22.877 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:22.878 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:23.274 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:24.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:24.516 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:24 smithi071 ceph-mon[109085]: from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:24.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:24 smithi071 ceph-mon[109085]: pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:24 smithi097 ceph-mon[120628]: from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:24 smithi097 ceph-mon[120628]: pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:25.738 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:25.739 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:26.145 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:26.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:26 smithi097 ceph-mon[120628]: pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:26 smithi071 ceph-mon[109085]: pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:27.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:27.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:27 smithi071 ceph-mon[109085]: from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:27 smithi097 ceph-mon[120628]: from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:28 smithi071 ceph-mon[109085]: pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:28 smithi097 ceph-mon[120628]: pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:28.641 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:28.641 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:29.027 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:30.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:30.271 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:30.376 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:30 smithi071 ceph-mon[109085]: from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:30.377 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:30 smithi071 ceph-mon[109085]: pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:30 smithi097 ceph-mon[120628]: from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:30 smithi097 ceph-mon[120628]: pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:31 smithi071 ceph-mon[109085]: pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:31.545 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:31.545 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:31 smithi097 ceph-mon[120628]: pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:31.979 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:32 smithi097 ceph-mon[120628]: from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:32.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:32 smithi071 ceph-mon[109085]: from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:32.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:33.221 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:33 smithi097 ceph-mon[120628]: pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:33.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:33 smithi071 ceph-mon[109085]: pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:34.517 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:34.517 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:34.928 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:35.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:36.160 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:36.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:36 smithi071 ceph-mon[109085]: from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:36.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:36 smithi071 ceph-mon[109085]: pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:36 smithi097 ceph-mon[120628]: from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:36 smithi097 ceph-mon[120628]: pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:37.429 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:37.429 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:37.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:38 smithi071 ceph-mon[109085]: pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:38 smithi097 ceph-mon[120628]: pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:38.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:39.080 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:39 smithi071 ceph-mon[109085]: from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:39 smithi097 ceph-mon[120628]: from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:40.346 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:40.346 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:40.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:40 smithi071 ceph-mon[109085]: pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:40 smithi097 ceph-mon[120628]: pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:40.752 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:41.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:41.996 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:42 smithi071 ceph-mon[109085]: from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:42 smithi071 ceph-mon[109085]: pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:42 smithi097 ceph-mon[120628]: from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:42 smithi097 ceph-mon[120628]: pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:43.461 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:43.461 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:43.895 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:44 smithi071 ceph-mon[109085]: pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:44 smithi097 ceph-mon[120628]: pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:44.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:45.138 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:45 smithi071 ceph-mon[109085]: from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:45 smithi097 ceph-mon[120628]: from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:46.466 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:46.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:46 smithi071 ceph-mon[109085]: pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:46 smithi097 ceph-mon[120628]: pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:46.890 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:47.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:48.135 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:48 smithi071 ceph-mon[109085]: from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:48 smithi071 ceph-mon[109085]: pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:48 smithi097 ceph-mon[120628]: from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:48 smithi097 ceph-mon[120628]: pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:49.546 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:49.547 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:49.949 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:50 smithi071 ceph-mon[109085]: pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:50 smithi097 ceph-mon[120628]: pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:50.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:51.191 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:51.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:51 smithi071 ceph-mon[109085]: from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:51 smithi097 ceph-mon[120628]: from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:52 smithi071 ceph-mon[109085]: pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:52.535 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:52.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:52 smithi097 ceph-mon[120628]: pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:52.939 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:53.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:54.174 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:54 smithi071 ceph-mon[109085]: from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:54 smithi071 ceph-mon[109085]: pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:54 smithi097 ceph-mon[120628]: from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:54 smithi097 ceph-mon[120628]: pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:55.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:55 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:07:55.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:55 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:07:55.570 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:55.570 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:51.392660Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:51.392758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:51.393392Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:51.392919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:51.392993Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:51.392824Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:51.393052Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:51.393334Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:56.132 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:07:56.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:56 smithi071 ceph-mon[109085]: pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:56.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:56.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:56 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:56 smithi097 ceph-mon[120628]: pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:56 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:57.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:07:57.432 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:57 smithi097 ceph-mon[120628]: from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:57.523 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:07:57.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:57 smithi071 ceph-mon[109085]: from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:07:58.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:58 smithi071 ceph-mon[109085]: pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:58.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:58.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:07:58 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:58 smithi097 ceph-mon[120628]: pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:07:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:58 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:58.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:07:58 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:07:59.047 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:07:59.048 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:06:54.630246Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:06:54.630024Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:06:54.630118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:06:54.630307Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:06:54.630758Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:06:54.629961Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:06:54.629883Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:06:54.630700Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:06:54.630185Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:06:54.630437Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:06:54.630381Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:06:54.630663Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:07:59.471 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:00.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:00 smithi071 ceph-mon[109085]: pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:00 smithi071 ceph-mon[109085]: from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:00 smithi097 ceph-mon[120628]: pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:00 smithi097 ceph-mon[120628]: from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:00.710 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:01.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:01.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:01.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:01.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:01.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:08:01.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:01.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:01.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:01.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:01.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:08:01.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:08:01.952 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:01.952 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:02.372 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:02.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:02 smithi071 ceph-mon[109085]: from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:02.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:02 smithi097 ceph-mon[120628]: from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:03.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:03.611 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:03.737 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:03 smithi071 ceph-mon[109085]: pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:03.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:03 smithi097 ceph-mon[120628]: pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:04.871 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:04.872 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:05.287 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:06.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:06.519 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:06 smithi071 ceph-mon[109085]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:06 smithi071 ceph-mon[109085]: pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:06 smithi097 ceph-mon[120628]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:06 smithi097 ceph-mon[120628]: pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:07.891 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:07.892 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:08.328 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:08 smithi071 ceph-mon[109085]: pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:08 smithi097 ceph-mon[120628]: pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:09.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:09 smithi071 ceph-mon[109085]: from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:09 smithi097 ceph-mon[120628]: from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:09.573 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:10.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:10 smithi071 ceph-mon[109085]: pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:10.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:10 smithi097 ceph-mon[120628]: pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:10.894 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:10.894 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:11.348 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:12.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:12 smithi071 ceph-mon[109085]: from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:12 smithi071 ceph-mon[109085]: pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:12 smithi097 ceph-mon[120628]: from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:12 smithi097 ceph-mon[120628]: pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:12.590 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:13.958 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:13.958 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:14.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:14 smithi071 ceph-mon[109085]: pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:14.343 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:14 smithi097 ceph-mon[120628]: pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:15.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:15 smithi071 ceph-mon[109085]: from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:15 smithi097 ceph-mon[120628]: from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:15.588 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:16.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:16 smithi071 ceph-mon[109085]: pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:16 smithi097 ceph-mon[120628]: pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:16.855 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:17.277 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:18.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:18.518 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:18 smithi071 ceph-mon[109085]: from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:18 smithi071 ceph-mon[109085]: pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:18 smithi097 ceph-mon[120628]: from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:18 smithi097 ceph-mon[120628]: pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:19.824 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:19.824 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:20.226 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:20 smithi071 ceph-mon[109085]: pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:20 smithi097 ceph-mon[120628]: pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:21.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:21.462 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:21 smithi071 ceph-mon[109085]: from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:21 smithi097 ceph-mon[120628]: from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:22 smithi071 ceph-mon[109085]: pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:22 smithi097 ceph-mon[120628]: pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:22.727 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:22.727 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:23.125 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:24.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:24.369 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:24.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:24 smithi071 ceph-mon[109085]: from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:24.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:24 smithi071 ceph-mon[109085]: pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:24 smithi097 ceph-mon[120628]: from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:24 smithi097 ceph-mon[120628]: pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:25.646 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:25.647 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:26.053 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:26 smithi071 ceph-mon[109085]: pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:26 smithi097 ceph-mon[120628]: pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:27.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:27.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:27 smithi071 ceph-mon[109085]: from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:27 smithi097 ceph-mon[120628]: from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:28 smithi071 ceph-mon[109085]: pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:28.558 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:28.558 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:28 smithi097 ceph-mon[120628]: pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:28.966 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:29.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:30.201 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:30.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:30 smithi071 ceph-mon[109085]: from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:30.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:30 smithi071 ceph-mon[109085]: pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:30 smithi097 ceph-mon[120628]: from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:30 smithi097 ceph-mon[120628]: pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:31.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:31 smithi071 ceph-mon[109085]: pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:31.554 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:31.554 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:31.746 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:31 smithi097 ceph-mon[120628]: pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:31.937 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:32.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:32 smithi071 ceph-mon[109085]: from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:32.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:32 smithi097 ceph-mon[120628]: from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:32.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:33.175 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:33.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:33 smithi071 ceph-mon[109085]: pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:33.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:33 smithi097 ceph-mon[120628]: pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:34.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:34.518 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:34.905 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:35.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:36.148 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:36.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:36 smithi071 ceph-mon[109085]: from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:36.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:36 smithi071 ceph-mon[109085]: pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:36 smithi097 ceph-mon[120628]: from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:36 smithi097 ceph-mon[120628]: pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:37.553 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:38.039 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:38.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:38 smithi071 ceph-mon[109085]: pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:38.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:38 smithi097 ceph-mon[120628]: pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:39.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:39.284 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:39.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:39 smithi071 ceph-mon[109085]: from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:39 smithi097 ceph-mon[120628]: from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:40.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:40 smithi071 ceph-mon[109085]: pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:40 smithi097 ceph-mon[120628]: pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:40.692 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:40.692 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:41.096 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:42.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:42.340 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:42.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:42 smithi071 ceph-mon[109085]: from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:42.448 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:42 smithi071 ceph-mon[109085]: pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:42 smithi097 ceph-mon[120628]: from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:42 smithi097 ceph-mon[120628]: pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:43.535 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:43.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:43.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:44 smithi071 ceph-mon[109085]: pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:44 smithi097 ceph-mon[120628]: pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:44.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:45.181 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:45.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:45 smithi071 ceph-mon[109085]: from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:45 smithi097 ceph-mon[120628]: from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:46.477 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:46.478 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:46.505 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:46 smithi071 ceph-mon[109085]: pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:46 smithi097 ceph-mon[120628]: pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:46.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:47.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:48.121 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:48 smithi071 ceph-mon[109085]: from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:48 smithi071 ceph-mon[109085]: pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:48 smithi097 ceph-mon[120628]: from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:48 smithi097 ceph-mon[120628]: pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:49.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:49.419 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:49.887 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:50 smithi071 ceph-mon[109085]: pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:50 smithi097 ceph-mon[120628]: pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:50.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:51.127 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:51.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:51 smithi071 ceph-mon[109085]: from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:51 smithi097 ceph-mon[120628]: from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:52.461 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:52.461 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:52.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:52 smithi071 ceph-mon[109085]: pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:52 smithi097 ceph-mon[120628]: pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:52.910 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:53.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:54.154 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:54 smithi071 ceph-mon[109085]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:54.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:54 smithi071 ceph-mon[109085]: pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:54 smithi097 ceph-mon[120628]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:54 smithi097 ceph-mon[120628]: pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:55.432 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:55.432 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:55.850 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:56.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:56 smithi071 ceph-mon[109085]: pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:56 smithi097 ceph-mon[120628]: pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:56.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:08:57.094 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:08:57.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:57 smithi097 ceph-mon[120628]: from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:57.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:57 smithi071 ceph-mon[109085]: from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:08:58.463 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:08:58.463 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:08:58.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:08:58 smithi071 ceph-mon[109085]: pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:08:58 smithi097 ceph-mon[120628]: pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:08:58.893 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:08:59.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:00.132 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:00 smithi071 ceph-mon[109085]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:00.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:00 smithi071 ceph-mon[109085]: pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:00 smithi097 ceph-mon[120628]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:00 smithi097 ceph-mon[120628]: pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:01.389 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:01.389 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:01 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:01.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:01 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:01.817 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:02 smithi071 ceph-mon[109085]: pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:02 smithi071 ceph-mon[109085]: from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:02 smithi097 ceph-mon[120628]: pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:02 smithi097 ceph-mon[120628]: from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:02.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:03.238 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:03.509 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:03 smithi071 ceph-mon[109085]: pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:03 smithi097 ceph-mon[120628]: pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:05.097 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:08:00.538501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:08:00.538560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:08:00.538941Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:08:00.538618Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:05.481 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:06.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:06 smithi071 ceph-mon[109085]: pgmap v389: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:06.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:06 smithi071 ceph-mon[109085]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:06.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:06 smithi097 ceph-mon[120628]: pgmap v389: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:06 smithi097 ceph-mon[120628]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:06.717 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:08.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: pgmap v390: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:08.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: pgmap v391: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: pgmap v392: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:09:08.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.050 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:08.050 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:08.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: pgmap v390: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: pgmap v391: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: pgmap v392: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:09:08.061 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:09:08.472 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:09.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:09.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:08 smithi071 ceph-mon[109085]: from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:09.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:09.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:08 smithi097 ceph-mon[120628]: from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:09.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:09.714 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:09.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:09 smithi071 ceph-mon[109085]: pgmap v393: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:10.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:09 smithi097 ceph-mon[120628]: pgmap v393: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:11.043 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:11.044 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:11.471 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:12.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:12.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:12 smithi071 ceph-mon[109085]: from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:12.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:12 smithi071 ceph-mon[109085]: pgmap v394: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:12 smithi097 ceph-mon[120628]: from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:12.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:12 smithi097 ceph-mon[120628]: pgmap v394: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:12.709 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:13.983 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:13.984 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:14.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:14 smithi071 ceph-mon[109085]: pgmap v395: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:14.405 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:14 smithi097 ceph-mon[120628]: pgmap v395: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:15.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:15 smithi071 ceph-mon[109085]: from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:15 smithi097 ceph-mon[120628]: from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:15.651 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:16.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:16 smithi071 ceph-mon[109085]: pgmap v396: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:16 smithi097 ceph-mon[120628]: pgmap v396: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:16.919 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:17.345 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:18.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:18 smithi071 ceph-mon[109085]: from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:18 smithi071 ceph-mon[109085]: pgmap v397: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:18 smithi097 ceph-mon[120628]: from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:18 smithi097 ceph-mon[120628]: pgmap v397: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:18.587 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:19.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:19.882 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:20.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:20 smithi071 ceph-mon[109085]: pgmap v398: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:20 smithi097 ceph-mon[120628]: pgmap v398: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:21.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:21.523 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:21.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:21 smithi071 ceph-mon[109085]: from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:21 smithi097 ceph-mon[120628]: from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:22.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:22 smithi071 ceph-mon[109085]: pgmap v399: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:22 smithi097 ceph-mon[120628]: pgmap v399: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:22.863 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:22.864 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:23.288 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:24.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:24 smithi071 ceph-mon[109085]: from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:24 smithi071 ceph-mon[109085]: pgmap v400: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:24.530 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:24 smithi097 ceph-mon[120628]: from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:24 smithi097 ceph-mon[120628]: pgmap v400: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:25.885 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:25.910 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:26.295 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:26 smithi071 ceph-mon[109085]: pgmap v401: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:26 smithi097 ceph-mon[120628]: pgmap v401: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:27.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:27 smithi071 ceph-mon[109085]: from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:27 smithi097 ceph-mon[120628]: from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:28 smithi071 ceph-mon[109085]: pgmap v402: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:28 smithi097 ceph-mon[120628]: pgmap v402: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:28.776 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:28.776 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:29.236 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:30.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:30.476 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:30.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:30 smithi071 ceph-mon[109085]: from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:30.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:30 smithi071 ceph-mon[109085]: pgmap v403: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:30 smithi097 ceph-mon[120628]: from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:30 smithi097 ceph-mon[120628]: pgmap v403: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:31.763 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:31.763 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:32.161 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:32 smithi071 ceph-mon[109085]: pgmap v404: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:32 smithi097 ceph-mon[120628]: pgmap v404: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:33.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:33.396 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:33.510 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:33 smithi071 ceph-mon[109085]: from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:33 smithi097 ceph-mon[120628]: from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:34.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:34 smithi071 ceph-mon[109085]: pgmap v405: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:34 smithi097 ceph-mon[120628]: pgmap v405: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:34.599 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:34.600 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:35.008 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:36.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:36.252 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:36.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:36 smithi071 ceph-mon[109085]: from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:36.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:36 smithi071 ceph-mon[109085]: pgmap v406: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:36 smithi097 ceph-mon[120628]: from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:36 smithi097 ceph-mon[120628]: pgmap v406: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:37.526 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:37.526 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:37.909 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:38 smithi071 ceph-mon[109085]: pgmap v407: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:38 smithi097 ceph-mon[120628]: pgmap v407: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:38.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:39.154 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:39.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:39 smithi071 ceph-mon[109085]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:39 smithi097 ceph-mon[120628]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:40.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:40.420 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:40.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:40 smithi071 ceph-mon[109085]: pgmap v408: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:40 smithi097 ceph-mon[120628]: pgmap v408: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:40.858 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:41.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:42.092 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:42.521 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:42 smithi097 ceph-mon[120628]: from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:42.522 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:42 smithi097 ceph-mon[120628]: pgmap v409: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:42 smithi071 ceph-mon[109085]: from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:42 smithi071 ceph-mon[109085]: pgmap v409: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:43.335 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:43.335 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:43.723 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:44 smithi071 ceph-mon[109085]: pgmap v410: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:44 smithi097 ceph-mon[120628]: pgmap v410: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:44.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:44.965 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:45.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:45 smithi071 ceph-mon[109085]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:45 smithi097 ceph-mon[120628]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:46.358 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:46.359 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:46.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:46 smithi071 ceph-mon[109085]: pgmap v411: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:46 smithi097 ceph-mon[120628]: pgmap v411: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:46.740 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:47.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:47.986 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:48.484 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:48 smithi071 ceph-mon[109085]: from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:48.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:48 smithi071 ceph-mon[109085]: pgmap v412: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:48 smithi097 ceph-mon[120628]: from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:48 smithi097 ceph-mon[120628]: pgmap v412: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:49.286 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:49.287 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:49.671 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:50 smithi071 ceph-mon[109085]: pgmap v413: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:50.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:50 smithi071 ceph-mon[109085]: from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:50 smithi097 ceph-mon[120628]: pgmap v413: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:50 smithi097 ceph-mon[120628]: from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:50.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:50.912 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:52.324 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:52.325 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:52 smithi071 ceph-mon[109085]: pgmap v414: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:52 smithi097 ceph-mon[120628]: pgmap v414: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:52.754 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:53.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:53.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:53.996 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:54.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:54 smithi071 ceph-mon[109085]: from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:54.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:54 smithi071 ceph-mon[109085]: pgmap v415: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:54 smithi097 ceph-mon[120628]: from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:54.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:54 smithi097 ceph-mon[120628]: pgmap v415: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:55.330 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:55.331 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:55.729 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:56 smithi097 ceph-mon[120628]: pgmap v416: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:56.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:56.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:56 smithi071 ceph-mon[109085]: pgmap v416: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:56.972 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:09:57.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:57 smithi071 ceph-mon[109085]: from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:57 smithi097 ceph-mon[120628]: from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:09:58.359 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:09:58.359 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:09:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:09:58 smithi097 ceph-mon[120628]: pgmap v417: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:58.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:09:58 smithi071 ceph-mon[109085]: pgmap v417: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:09:58.745 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:09:59.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:09:59.986 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:00.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:00 smithi071 ceph-mon[109085]: from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:00.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:00 smithi071 ceph-mon[109085]: pgmap v418: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:00.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:00 smithi071 ceph-mon[109085]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:10:00.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:00 smithi071 ceph-mon[109085]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:10:00.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:00 smithi071 ceph-mon[109085]: daemon nfs.foo.0.0.smithi071.kcsthq on smithi071 is in error state 2023-10-11T16:10:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:00 smithi097 ceph-mon[120628]: from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:00 smithi097 ceph-mon[120628]: pgmap v418: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:00 smithi097 ceph-mon[120628]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:10:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:00 smithi097 ceph-mon[120628]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:10:00.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:00 smithi097 ceph-mon[120628]: daemon nfs.foo.0.0.smithi071.kcsthq on smithi071 is in error state 2023-10-11T16:10:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:01.228 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:01.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:01 smithi071 ceph-mon[109085]: pgmap v419: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:01.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:01 smithi071 ceph-mon[109085]: from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:01 smithi097 ceph-mon[120628]: pgmap v419: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:01.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:01 smithi097 ceph-mon[120628]: from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:01.602 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:02.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:02.836 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:04.128 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:04.128 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:04.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:04 smithi071 ceph-mon[109085]: pgmap v420: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:04.527 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:04 smithi097 ceph-mon[120628]: pgmap v420: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:05.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:05 smithi071 ceph-mon[109085]: from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:05.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:05 smithi097 ceph-mon[120628]: from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:05.763 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:06 smithi071 ceph-mon[109085]: pgmap v421: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:06 smithi097 ceph-mon[120628]: pgmap v421: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:07.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:07.053 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:07.383 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:07 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:07.439 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:07 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:08.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: pgmap v422: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:08.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:08.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:10:08.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:08.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: pgmap v422: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:08.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.561 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T16:10:08.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.563 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:08.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:08.564 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.565 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:10:08.565 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:10:08.566 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:08.670 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:09 smithi071 ceph-mon[109085]: Adjusting osd_memory_target on smithi071 to 2390M 2023-10-11T16:10:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:09 smithi071 ceph-mon[109085]: Adjusting osd_memory_target on smithi097 to 3414M 2023-10-11T16:10:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:09 smithi071 ceph-mon[109085]: pgmap v423: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:09 smithi071 ceph-mon[109085]: pgmap v424: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:09 smithi097 ceph-mon[120628]: Adjusting osd_memory_target on smithi071 to 2390M 2023-10-11T16:10:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:09 smithi097 ceph-mon[120628]: Adjusting osd_memory_target on smithi097 to 3414M 2023-10-11T16:10:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:09 smithi097 ceph-mon[120628]: pgmap v423: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:09 smithi097 ceph-mon[120628]: pgmap v424: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:09.958 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:09.959 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:10.342 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:11.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:11 smithi071 ceph-mon[109085]: pgmap v425: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:11 smithi071 ceph-mon[109085]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:11 smithi097 ceph-mon[120628]: pgmap v425: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:11 smithi097 ceph-mon[120628]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:11.583 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:12.862 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:12.862 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:13.249 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:13.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:13 smithi071 ceph-mon[109085]: pgmap v426: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:13.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:13 smithi097 ceph-mon[120628]: pgmap v426: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:14.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:14.493 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:14.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:14 smithi071 ceph-mon[109085]: from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:14.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:14 smithi097 ceph-mon[120628]: from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:15.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:15 smithi071 ceph-mon[109085]: pgmap v427: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:15.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:15 smithi097 ceph-mon[120628]: pgmap v427: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:15.766 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:15.766 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:16.149 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:17.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:17.397 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:17.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:17 smithi071 ceph-mon[109085]: pgmap v428: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:17 smithi071 ceph-mon[109085]: from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:17 smithi097 ceph-mon[120628]: pgmap v428: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:17 smithi097 ceph-mon[120628]: from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:18.664 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:18.664 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:19.065 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:19 smithi071 ceph-mon[109085]: pgmap v429: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:19 smithi097 ceph-mon[120628]: pgmap v429: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:20.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:20.303 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:20.441 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:20 smithi071 ceph-mon[109085]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:20 smithi097 ceph-mon[120628]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:21.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:21 smithi071 ceph-mon[109085]: pgmap v430: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:21.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:21 smithi097 ceph-mon[120628]: pgmap v430: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:21.569 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:21.569 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:21.966 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:22.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:23.199 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:23.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:23 smithi071 ceph-mon[109085]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:23.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:23 smithi071 ceph-mon[109085]: pgmap v431: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:23.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:23 smithi097 ceph-mon[120628]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:23 smithi097 ceph-mon[120628]: pgmap v431: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:24.481 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:24.482 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:24.874 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:25.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:25 smithi097 ceph-mon[120628]: pgmap v432: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:25.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:25 smithi071 ceph-mon[109085]: pgmap v432: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:25.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:26.107 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:26 smithi071 ceph-mon[109085]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:26 smithi097 ceph-mon[120628]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:27.400 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:27.401 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:27.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:27 smithi097 ceph-mon[120628]: pgmap v433: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:27.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:27 smithi071 ceph-mon[109085]: pgmap v433: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:27.848 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:28 smithi071 ceph-mon[109085]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:28 smithi071 ceph-mon[109085]: pgmap v434: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:28 smithi097 ceph-mon[120628]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:28 smithi097 ceph-mon[120628]: pgmap v434: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:28.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:29.098 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:30.421 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:30.421 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:30.796 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:31 smithi071 ceph-mon[109085]: pgmap v435: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:31 smithi097 ceph-mon[120628]: pgmap v435: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:31.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:32.040 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:32.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:32 smithi071 ceph-mon[109085]: from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:32 smithi097 ceph-mon[120628]: from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:33.332 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:33.333 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:33.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:33 smithi071 ceph-mon[109085]: pgmap v436: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:33 smithi097 ceph-mon[120628]: pgmap v436: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:33.759 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:34.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:35.003 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:35.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:35 smithi071 ceph-mon[109085]: from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:35.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:35 smithi071 ceph-mon[109085]: pgmap v437: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:35 smithi097 ceph-mon[120628]: from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:35.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:35 smithi097 ceph-mon[120628]: pgmap v437: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:36.347 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:36.347 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:36.821 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:37.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:37 smithi071 ceph-mon[109085]: pgmap v438: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:37 smithi097 ceph-mon[120628]: pgmap v438: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:37.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:38.082 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:38 smithi071 ceph-mon[109085]: from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:38 smithi097 ceph-mon[120628]: from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:39.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:39.411 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:39 smithi071 ceph-mon[109085]: pgmap v439: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:39.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:39 smithi097 ceph-mon[120628]: pgmap v439: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:39.820 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:40.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:41.096 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:41 smithi071 ceph-mon[109085]: from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:41.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:41 smithi071 ceph-mon[109085]: pgmap v440: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:41 smithi097 ceph-mon[120628]: from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:41 smithi097 ceph-mon[120628]: pgmap v440: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:42.438 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:42.438 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:42.883 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:43 smithi097 ceph-mon[120628]: pgmap v441: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:43.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:43 smithi071 ceph-mon[109085]: pgmap v441: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:43.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:44.125 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:44 smithi097 ceph-mon[120628]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:44.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:44 smithi071 ceph-mon[109085]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:45.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:45 smithi071 ceph-mon[109085]: pgmap v442: 225 pgs: 225 active+clean; 583 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 59 op/s 2023-10-11T16:10:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:45 smithi097 ceph-mon[120628]: pgmap v442: 225 pgs: 225 active+clean; 583 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 59 op/s 2023-10-11T16:10:45.586 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:45.586 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:45.976 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:46.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:47.219 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:47.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:47 smithi071 ceph-mon[109085]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:47.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:47 smithi071 ceph-mon[109085]: pgmap v443: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:47 smithi097 ceph-mon[120628]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:47.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:47 smithi097 ceph-mon[120628]: pgmap v443: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:48.697 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:48.697 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:49.117 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:49 smithi097 ceph-mon[120628]: pgmap v444: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:49.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:49 smithi071 ceph-mon[109085]: pgmap v444: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:50.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:50.360 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:50.510 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:50 smithi071 ceph-mon[109085]: from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:50 smithi097 ceph-mon[120628]: from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:51.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:51 smithi097 ceph-mon[120628]: pgmap v445: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:51.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:51.735 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:51.761 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:51 smithi071 ceph-mon[109085]: pgmap v445: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:52.169 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:52 smithi071 ceph-mon[109085]: pgmap v446: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:52 smithi071 ceph-mon[109085]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:52 smithi097 ceph-mon[120628]: pgmap v446: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:52 smithi097 ceph-mon[120628]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:53.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:53.398 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:54.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:54 smithi071 ceph-mon[109085]: pgmap v447: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:54.629 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:54.629 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:54 smithi097 ceph-mon[120628]: pgmap v447: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2023-10-11T16:10:55.024 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:56.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:56.268 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:56.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:56 smithi071 ceph-mon[109085]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:56 smithi097 ceph-mon[120628]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:57.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:57 smithi071 ceph-mon[109085]: pgmap v448: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2023-10-11T16:10:57.540 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:10:57.540 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:10:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:57 smithi097 ceph-mon[120628]: pgmap v448: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2023-10-11T16:10:57.941 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:10:58.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:10:59.187 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:10:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:59 smithi071 ceph-mon[109085]: from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:10:59 smithi071 ceph-mon[109085]: pgmap v449: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:10:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:59 smithi097 ceph-mon[120628]: from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:10:59.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:10:59 smithi097 ceph-mon[120628]: pgmap v449: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:00.528 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:00.528 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:00.914 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:01.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:01 smithi071 ceph-mon[109085]: pgmap v450: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:01.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:01 smithi097 ceph-mon[120628]: pgmap v450: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:01.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:02.157 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:02 smithi071 ceph-mon[109085]: from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:02 smithi097 ceph-mon[120628]: from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:03 smithi097 ceph-mon[120628]: pgmap v451: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:03.568 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:03.568 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:03.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:03 smithi071 ceph-mon[109085]: pgmap v451: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:04.005 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:05.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:05.253 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:05.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:05 smithi071 ceph-mon[109085]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:05.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:05 smithi071 ceph-mon[109085]: pgmap v452: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:05 smithi097 ceph-mon[120628]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:05.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:05 smithi097 ceph-mon[120628]: pgmap v452: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:06.606 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:07.031 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:07.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:07 smithi097 ceph-mon[120628]: pgmap v453: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:07.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:07 smithi071 ceph-mon[109085]: pgmap v453: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:08.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:08.267 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:08.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:08 smithi071 ceph-mon[109085]: from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:08.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:08.423 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:08 smithi097 ceph-mon[120628]: from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: pgmap v454: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: pgmap v455: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: pgmap v456: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:11:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:11:09.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:11:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: pgmap v454: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: pgmap v455: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: pgmap v456: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:11:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:11:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:11:09.645 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:09.646 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:10.028 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:11.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:11.263 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:11.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:11 smithi071 ceph-mon[109085]: from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:11.380 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:11 smithi071 ceph-mon[109085]: pgmap v457: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:11 smithi097 ceph-mon[120628]: from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:11 smithi097 ceph-mon[120628]: pgmap v457: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:12 smithi071 ceph-mon[109085]: pgmap v458: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:12.541 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:12.542 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:12 smithi097 ceph-mon[120628]: pgmap v458: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:12.959 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:13.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:13 smithi071 ceph-mon[109085]: from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:13.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:13 smithi097 ceph-mon[120628]: from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:13.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:14.202 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:15.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:15.516 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:15.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:16.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:16 smithi071 ceph-mon[109085]: pgmap v459: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:16 smithi097 ceph-mon[120628]: pgmap v459: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:16.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:17.123 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:17 smithi071 ceph-mon[109085]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:17 smithi097 ceph-mon[120628]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:18.389 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:18.390 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:18 smithi071 ceph-mon[109085]: pgmap v460: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:18.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:18 smithi097 ceph-mon[120628]: pgmap v460: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:18.785 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:19.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:20 smithi071 ceph-mon[109085]: pgmap v461: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:20.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:20 smithi071 ceph-mon[109085]: from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:20 smithi097 ceph-mon[120628]: pgmap v461: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:20 smithi097 ceph-mon[120628]: from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:21.379 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:21.827 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:22 smithi071 ceph-mon[109085]: pgmap v462: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:22 smithi097 ceph-mon[120628]: pgmap v462: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:22.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:23.080 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:23 smithi071 ceph-mon[109085]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:23.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:23 smithi097 ceph-mon[120628]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:24.454 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:24.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:24 smithi097 ceph-mon[120628]: pgmap v463: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:24.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:24 smithi071 ceph-mon[109085]: pgmap v463: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:24.843 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:25.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:26.085 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:26 smithi071 ceph-mon[109085]: pgmap v464: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:26 smithi071 ceph-mon[109085]: from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:26 smithi097 ceph-mon[120628]: pgmap v464: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:26 smithi097 ceph-mon[120628]: from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:27.372 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:27.373 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:27.761 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:28 smithi097 ceph-mon[120628]: pgmap v465: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:28.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:28 smithi071 ceph-mon[109085]: pgmap v465: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:28.994 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:29.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:29 smithi071 ceph-mon[109085]: from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:29.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:29 smithi097 ceph-mon[120628]: from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:30.267 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:30.267 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:30.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:30 smithi097 ceph-mon[120628]: pgmap v466: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:30.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:30 smithi071 ceph-mon[109085]: pgmap v466: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:30.666 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:31 smithi097 ceph-mon[120628]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:31.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:31.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:31 smithi071 ceph-mon[109085]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:31.906 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:32 smithi097 ceph-mon[120628]: pgmap v467: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:32.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:32 smithi071 ceph-mon[109085]: pgmap v467: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:33.201 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:33.201 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:33.592 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:34 smithi097 ceph-mon[120628]: pgmap v468: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:34.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:34 smithi097 ceph-mon[120628]: from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:34.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:34.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:34 smithi071 ceph-mon[109085]: pgmap v468: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:34.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:34 smithi071 ceph-mon[109085]: from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:34.824 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:36.121 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:36.122 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:36.522 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:36 smithi071 ceph-mon[109085]: pgmap v469: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:36.542 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:36 smithi097 ceph-mon[120628]: pgmap v469: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:37.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:37 smithi071 ceph-mon[109085]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:37.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:37.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:37 smithi097 ceph-mon[120628]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:37.775 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:38 smithi071 ceph-mon[109085]: pgmap v470: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:38.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:38 smithi097 ceph-mon[120628]: pgmap v470: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:39.093 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:39.094 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:39.490 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:40.492 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:40 smithi097 ceph-mon[120628]: pgmap v471: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:40 smithi097 ceph-mon[120628]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:40.720 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:40.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:40 smithi071 ceph-mon[109085]: pgmap v471: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:40.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:40 smithi071 ceph-mon[109085]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:41.975 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:41.976 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:42.382 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:42 smithi097 ceph-mon[120628]: pgmap v472: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:42.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:42 smithi071 ceph-mon[109085]: pgmap v472: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:43.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:43.412 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:43 smithi071 ceph-mon[109085]: from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:43 smithi097 ceph-mon[120628]: from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:43.613 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:44.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:44 smithi071 ceph-mon[109085]: pgmap v473: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:44 smithi097 ceph-mon[120628]: pgmap v473: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:44.852 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:44.853 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:45.231 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:46.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:46.475 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:46 smithi071 ceph-mon[109085]: pgmap v474: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:46 smithi071 ceph-mon[109085]: from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:46 smithi097 ceph-mon[120628]: pgmap v474: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:46 smithi097 ceph-mon[120628]: from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:47.689 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:47.690 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:48.081 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:48 smithi097 ceph-mon[120628]: pgmap v475: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:48.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:48 smithi071 ceph-mon[109085]: pgmap v475: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:49.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:49.321 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:49.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:49 smithi071 ceph-mon[109085]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:49.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:49 smithi097 ceph-mon[120628]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:50.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:50 smithi071 ceph-mon[109085]: pgmap v476: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:50.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:50 smithi097 ceph-mon[120628]: pgmap v476: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:50.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:50.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:50.914 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:51.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:52.151 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:52 smithi097 ceph-mon[120628]: pgmap v477: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:52.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:52 smithi097 ceph-mon[120628]: from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:52.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:52 smithi071 ceph-mon[109085]: pgmap v477: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:52.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:52 smithi071 ceph-mon[109085]: from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:53.356 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:53.356 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:53.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:53.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:53.737 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:54.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:54.773 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:54 smithi071 ceph-mon[109085]: pgmap v478: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:54.774 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:54 smithi071 ceph-mon[109085]: from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:54 smithi097 ceph-mon[120628]: pgmap v478: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:54 smithi097 ceph-mon[120628]: from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:54.981 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:56.183 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:56.183 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:56.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:56 smithi071 ceph-mon[109085]: pgmap v479: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:56.552 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:11:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:56 smithi097 ceph-mon[120628]: pgmap v479: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:57.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:11:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:57 smithi097 ceph-mon[120628]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:57.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:57 smithi071 ceph-mon[109085]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:11:57.794 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:11:58.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:11:58 smithi071 ceph-mon[109085]: pgmap v480: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:11:58 smithi097 ceph-mon[120628]: pgmap v480: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:11:59.044 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:11:59.044 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:11:59.435 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:00.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:00 smithi097 ceph-mon[120628]: pgmap v481: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:00 smithi097 ceph-mon[120628]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:00.677 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:00.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:00 smithi071 ceph-mon[109085]: pgmap v481: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:00.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:00 smithi071 ceph-mon[109085]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:01.940 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:01.940 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:02.319 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:02 smithi071 ceph-mon[109085]: pgmap v482: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:02 smithi097 ceph-mon[120628]: pgmap v482: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:03.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:03 smithi097 ceph-mon[120628]: from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:03.561 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:03.685 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:03 smithi071 ceph-mon[109085]: from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:04 smithi097 ceph-mon[120628]: pgmap v483: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:04.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:04 smithi071 ceph-mon[109085]: pgmap v483: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:04.794 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:04.794 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:05.227 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:06.229 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:06.471 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:06 smithi071 ceph-mon[109085]: pgmap v484: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:06.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:06 smithi071 ceph-mon[109085]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:06 smithi097 ceph-mon[120628]: pgmap v484: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:06 smithi097 ceph-mon[120628]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:07.814 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:07.815 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:08.191 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:08.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:08 smithi071 ceph-mon[109085]: pgmap v485: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:08.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:08.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:08 smithi097 ceph-mon[120628]: pgmap v485: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:08.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:09.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:09.423 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:09.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:12:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:12:09.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:12:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:09.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:12:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:12:09.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:12:10.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:10 smithi071 ceph-mon[109085]: pgmap v486: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:10.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:10 smithi071 ceph-mon[109085]: pgmap v487: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:10.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:10 smithi071 ceph-mon[109085]: pgmap v488: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:10.677 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:10.677 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:10 smithi097 ceph-mon[120628]: pgmap v486: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:10 smithi097 ceph-mon[120628]: pgmap v487: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:10.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:10 smithi097 ceph-mon[120628]: pgmap v488: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:11.057 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:11 smithi071 ceph-mon[109085]: from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:11 smithi071 ceph-mon[109085]: pgmap v489: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:11 smithi097 ceph-mon[120628]: from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:11 smithi097 ceph-mon[120628]: pgmap v489: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:12.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:12.297 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:13.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:13.493 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:13.874 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:14.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:13 smithi071 ceph-mon[109085]: pgmap v490: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:14.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:13 smithi097 ceph-mon[120628]: pgmap v490: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:14.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:15.115 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:15.234 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:14 smithi071 ceph-mon[109085]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:15.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:14 smithi097 ceph-mon[120628]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:16.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:16.305 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:16 smithi097 ceph-mon[120628]: pgmap v491: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:16.629 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:16 smithi071 ceph-mon[109085]: pgmap v491: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:16.689 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:17 smithi097 ceph-mon[120628]: from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:17.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:17.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:17 smithi071 ceph-mon[109085]: from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:17.920 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:18.393 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:18 smithi071 ceph-mon[109085]: pgmap v492: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:18 smithi097 ceph-mon[120628]: pgmap v492: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:19.144 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:19.145 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:19.545 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:20.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:20 smithi097 ceph-mon[120628]: pgmap v493: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:20 smithi097 ceph-mon[120628]: from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:20.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:20 smithi071 ceph-mon[109085]: pgmap v493: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:20.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:20 smithi071 ceph-mon[109085]: from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:20.787 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:22.042 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:22.362 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:22 smithi071 ceph-mon[109085]: pgmap v494: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:22.430 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:22.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:22 smithi097 ceph-mon[120628]: pgmap v494: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:23.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:23.548 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:23 smithi071 ceph-mon[109085]: from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:23.549 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:23 smithi097 ceph-mon[120628]: from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:23.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:23.670 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:24.476 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:24 smithi071 ceph-mon[109085]: pgmap v495: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:24.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:24 smithi097 ceph-mon[120628]: pgmap v495: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:24.865 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:24.865 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:25.246 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:26.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:26.491 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:26 smithi097 ceph-mon[120628]: from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:26 smithi097 ceph-mon[120628]: pgmap v496: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:26 smithi071 ceph-mon[109085]: from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:26 smithi071 ceph-mon[109085]: pgmap v496: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:27.761 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:27.761 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:28.180 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:28 smithi071 ceph-mon[109085]: pgmap v497: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:28.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:28 smithi097 ceph-mon[120628]: pgmap v497: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:29.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:29.420 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:29 smithi071 ceph-mon[109085]: from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:29.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:29 smithi097 ceph-mon[120628]: from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:30.681 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:30.681 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:30.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:30 smithi071 ceph-mon[109085]: pgmap v498: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:30.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:30 smithi097 ceph-mon[120628]: pgmap v498: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:31.070 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:31.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:31 smithi071 ceph-mon[109085]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:31.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:31 smithi071 ceph-mon[109085]: pgmap v499: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:31.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:31 smithi097 ceph-mon[120628]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:31.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:31 smithi097 ceph-mon[120628]: pgmap v499: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:32.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:32.313 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:33.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:33.557 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:33.947 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:34.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:33 smithi071 ceph-mon[109085]: pgmap v500: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:34.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:33 smithi097 ceph-mon[120628]: pgmap v500: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:34.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:35.188 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:35.276 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:34 smithi071 ceph-mon[109085]: from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:35.309 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:34 smithi097 ceph-mon[120628]: from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:36.399 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:36.400 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:36.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:36 smithi097 ceph-mon[120628]: pgmap v501: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:36.564 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:36 smithi071 ceph-mon[109085]: pgmap v501: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:36.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:37.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:38.040 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:38.513 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:38 smithi071 ceph-mon[109085]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:38.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:38 smithi071 ceph-mon[109085]: pgmap v502: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:38.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:38 smithi097 ceph-mon[120628]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:38 smithi097 ceph-mon[120628]: pgmap v502: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:38.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:39.310 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:39.311 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:39.702 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:40 smithi097 ceph-mon[120628]: pgmap v503: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:40.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:40 smithi097 ceph-mon[120628]: from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:40.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:40.737 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:40 smithi071 ceph-mon[109085]: pgmap v503: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:40.737 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:40 smithi071 ceph-mon[109085]: from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:40.942 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:42.167 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:42.167 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:42.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:42 smithi071 ceph-mon[109085]: pgmap v504: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:42.542 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:42.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:42 smithi097 ceph-mon[120628]: pgmap v504: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:43.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:43 smithi097 ceph-mon[120628]: from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:43.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:43 smithi071 ceph-mon[109085]: from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:43.778 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:44.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:44 smithi071 ceph-mon[109085]: pgmap v505: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:44.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:44 smithi097 ceph-mon[120628]: pgmap v505: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:44.972 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:44.973 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:45.384 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:46.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:46 smithi097 ceph-mon[120628]: pgmap v506: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:46.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:46 smithi097 ceph-mon[120628]: from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:46.626 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:46.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:46 smithi071 ceph-mon[109085]: pgmap v506: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:46.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:46 smithi071 ceph-mon[109085]: from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:47.817 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:47.817 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:48.191 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:48.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:48 smithi071 ceph-mon[109085]: pgmap v507: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:48.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:48 smithi097 ceph-mon[120628]: pgmap v507: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:49.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:49.422 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:49 smithi071 ceph-mon[109085]: from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:49.562 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:49 smithi097 ceph-mon[120628]: from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:50.694 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:50.695 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:50.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:50 smithi071 ceph-mon[109085]: pgmap v508: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:50.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:50 smithi097 ceph-mon[120628]: pgmap v508: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:51.082 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:52.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:52.323 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:52.443 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:52 smithi071 ceph-mon[109085]: from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:52.443 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:52 smithi071 ceph-mon[109085]: pgmap v509: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:52.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:52 smithi097 ceph-mon[120628]: from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:52.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:52 smithi097 ceph-mon[120628]: pgmap v509: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:53.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:53.539 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:53.539 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:53.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:53.911 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:54.618 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:54 smithi097 ceph-mon[120628]: pgmap v510: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:54.618 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:54 smithi097 ceph-mon[120628]: from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:54.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:54 smithi071 ceph-mon[109085]: pgmap v510: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:54.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:54 smithi071 ceph-mon[109085]: from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:54.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:55.154 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:56.402 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:56.403 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:56.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:56 smithi097 ceph-mon[120628]: pgmap v511: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:56.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:56 smithi071 ceph-mon[109085]: pgmap v511: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:56.773 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:12:57.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:12:58.018 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:12:58.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:58 smithi071 ceph-mon[109085]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:58.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:12:58 smithi071 ceph-mon[109085]: pgmap v512: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:58 smithi097 ceph-mon[120628]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:12:58.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:12:58 smithi097 ceph-mon[120628]: pgmap v512: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:12:59.174 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:12:59.175 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:12:59.556 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:00.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:00 smithi097 ceph-mon[120628]: pgmap v513: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:00.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:00 smithi097 ceph-mon[120628]: from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:00.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:00 smithi071 ceph-mon[109085]: pgmap v513: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:00.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:00 smithi071 ceph-mon[109085]: from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:00.799 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:02.055 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:02.055 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:02.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:02 smithi071 ceph-mon[109085]: pgmap v514: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:02.423 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:02.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:02 smithi097 ceph-mon[120628]: pgmap v514: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:03.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:03.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:03 smithi097 ceph-mon[120628]: from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:03.669 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:03.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:03 smithi071 ceph-mon[109085]: from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:04.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:04 smithi071 ceph-mon[109085]: pgmap v515: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:04.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:04 smithi097 ceph-mon[120628]: pgmap v515: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:04.883 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:04.883 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:05.272 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:06.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:06.515 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:06 smithi097 ceph-mon[120628]: from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:06.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:06 smithi097 ceph-mon[120628]: pgmap v516: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:06.630 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:06 smithi071 ceph-mon[109085]: from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:06.630 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:06 smithi071 ceph-mon[109085]: pgmap v516: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:07.737 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:07.737 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:08.120 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:08 smithi071 ceph-mon[109085]: pgmap v517: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:08.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:08 smithi097 ceph-mon[120628]: pgmap v517: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:08.811 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:09.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:09.358 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:09.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:09 smithi071 ceph-mon[109085]: from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:09.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:09 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:09.786 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:09 smithi097 ceph-mon[120628]: from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:09.786 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:09 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:10.584 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:10.584 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:10.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: pgmap v518: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:10.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:10.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:10.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:13:10.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:13:10.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:13:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: pgmap v518: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:10.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:13:10.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:13:10.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:13:10.962 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:11 smithi071 ceph-mon[109085]: pgmap v519: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:11 smithi071 ceph-mon[109085]: pgmap v520: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:11 smithi097 ceph-mon[120628]: pgmap v519: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:11 smithi097 ceph-mon[120628]: pgmap v520: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:11.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:12.203 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:12.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:12 smithi071 ceph-mon[109085]: from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:12.634 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:12 smithi071 ceph-mon[109085]: pgmap v521: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:12 smithi097 ceph-mon[120628]: from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:12 smithi097 ceph-mon[120628]: pgmap v521: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:13.471 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:13.472 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:13.829 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:14.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:14 smithi097 ceph-mon[120628]: from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:14.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:14 smithi097 ceph-mon[120628]: pgmap v522: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:14.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:14.863 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:14 smithi071 ceph-mon[109085]: from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:14.863 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:14 smithi071 ceph-mon[109085]: pgmap v522: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:15.068 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:16.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:16.367 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:16.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:17.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:17 smithi097 ceph-mon[120628]: pgmap v523: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:17.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:17 smithi071 ceph-mon[109085]: pgmap v523: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:17.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:18.012 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:18.463 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:18 smithi071 ceph-mon[109085]: from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:18.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:18 smithi097 ceph-mon[120628]: from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:19.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:19.271 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:19.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:19 smithi071 ceph-mon[109085]: pgmap v524: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:19.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:19 smithi097 ceph-mon[120628]: pgmap v524: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:19.643 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:20.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:20 smithi097 ceph-mon[120628]: from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:20.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:20.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:20 smithi071 ceph-mon[109085]: from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:20.884 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:21.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:21 smithi071 ceph-mon[109085]: pgmap v525: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:21.558 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:21 smithi097 ceph-mon[120628]: pgmap v525: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:22.174 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:22.175 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:22.585 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:23.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:23.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:23 smithi071 ceph-mon[109085]: pgmap v526: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:23.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:23 smithi071 ceph-mon[109085]: from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:23.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:23 smithi097 ceph-mon[120628]: pgmap v526: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:23 smithi097 ceph-mon[120628]: from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:23.822 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:25.068 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:25.068 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:25.390 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:25 smithi071 ceph-mon[109085]: pgmap v527: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:25.451 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:25.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:25 smithi097 ceph-mon[120628]: pgmap v527: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:26.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:26.687 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:26.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:26 smithi071 ceph-mon[109085]: from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:26 smithi097 ceph-mon[120628]: from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:27.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:27 smithi071 ceph-mon[109085]: pgmap v528: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:27.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:27 smithi097 ceph-mon[120628]: pgmap v528: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:27.923 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:28.281 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:28 smithi071 ceph-mon[109085]: pgmap v529: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:28 smithi071 ceph-mon[109085]: from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:28 smithi097 ceph-mon[120628]: pgmap v529: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:28 smithi097 ceph-mon[120628]: from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:29.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:29.521 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:30.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:30.770 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:31.149 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:31.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:31 smithi071 ceph-mon[109085]: pgmap v530: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:31.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:31 smithi097 ceph-mon[120628]: pgmap v530: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:32.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:32.393 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:32.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:32 smithi071 ceph-mon[109085]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:32.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:32 smithi097 ceph-mon[120628]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:33.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:33 smithi071 ceph-mon[109085]: pgmap v531: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:33.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:33 smithi097 ceph-mon[120628]: pgmap v531: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:33.568 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:33.569 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:33.948 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:34.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:35.182 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:35.635 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:35 smithi071 ceph-mon[109085]: pgmap v532: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:35.635 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:35 smithi071 ceph-mon[109085]: from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:35.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:35 smithi097 ceph-mon[120628]: pgmap v532: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:35.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:35 smithi097 ceph-mon[120628]: from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:36.433 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:36.433 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:36.813 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:37.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:37 smithi071 ceph-mon[109085]: pgmap v533: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:37.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:37 smithi097 ceph-mon[120628]: pgmap v533: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:37.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:38.046 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:38 smithi071 ceph-mon[109085]: from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:38.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:38 smithi097 ceph-mon[120628]: from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:39.263 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:39.264 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:39.578 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:39 smithi071 ceph-mon[109085]: pgmap v534: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:39.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:39 smithi071 ceph-mon[109085]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:39.655 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:39 smithi097 ceph-mon[120628]: pgmap v534: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:39 smithi097 ceph-mon[120628]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:40.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:40.899 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:41.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:41 smithi097 ceph-mon[120628]: pgmap v535: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:41.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:41 smithi071 ceph-mon[109085]: pgmap v535: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:42.133 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:42.134 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:42.513 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:43.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:43 smithi097 ceph-mon[120628]: pgmap v536: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:43.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:43 smithi097 ceph-mon[120628]: from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:43.744 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:43.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:43 smithi071 ceph-mon[109085]: pgmap v536: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:43.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:43 smithi071 ceph-mon[109085]: from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:44.936 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:44.936 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:45.303 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:45.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:45 smithi071 ceph-mon[109085]: pgmap v537: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:45.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:45 smithi097 ceph-mon[120628]: pgmap v537: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:46.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:46.551 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:46.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:46 smithi071 ceph-mon[109085]: from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:46.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:46 smithi097 ceph-mon[120628]: from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:47.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:47 smithi071 ceph-mon[109085]: pgmap v538: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:47.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:47 smithi097 ceph-mon[120628]: pgmap v538: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:47.828 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:47.828 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:48.212 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:49.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:49.451 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:49 smithi071 ceph-mon[109085]: pgmap v539: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:49.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:49 smithi071 ceph-mon[109085]: from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:49.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:49 smithi097 ceph-mon[120628]: pgmap v539: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:49.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:49 smithi097 ceph-mon[120628]: from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:50.657 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:50.657 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:51.036 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:51.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:51 smithi071 ceph-mon[109085]: pgmap v540: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:51.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:51 smithi097 ceph-mon[120628]: pgmap v540: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:52.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:52.277 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:52.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:52 smithi071 ceph-mon[109085]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:52.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:52 smithi097 ceph-mon[120628]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:53.496 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:53.496 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:53.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:53 smithi071 ceph-mon[109085]: pgmap v541: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:53.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:53.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:53 smithi097 ceph-mon[120628]: pgmap v541: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:53.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:53.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:54.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:54 smithi071 ceph-mon[109085]: from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:54.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:54 smithi071 ceph-mon[109085]: pgmap v542: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:54 smithi097 ceph-mon[120628]: from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:54 smithi097 ceph-mon[120628]: pgmap v542: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:54.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:55.112 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:56.337 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:56.337 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:56.734 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:57.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:57 smithi097 ceph-mon[120628]: pgmap v543: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:57.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:13:57.768 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:57 smithi071 ceph-mon[109085]: pgmap v543: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:57.979 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:13:58.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:58 smithi071 ceph-mon[109085]: from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:58.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:58 smithi097 ceph-mon[120628]: from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:13:59.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:13:59.199 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:13:59.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:13:59 smithi071 ceph-mon[109085]: pgmap v544: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:13:59.613 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:13:59.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:13:59 smithi097 ceph-mon[120628]: pgmap v544: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:00.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:00.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:00 smithi071 ceph-mon[109085]: from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:00.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:00 smithi097 ceph-mon[120628]: from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:00.854 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:01.680 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:01 smithi071 ceph-mon[109085]: pgmap v545: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:01.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:01 smithi097 ceph-mon[120628]: pgmap v545: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:02.075 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:02.075 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:02.415 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:02 smithi071 ceph-mon[109085]: pgmap v546: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:02.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:02 smithi071 ceph-mon[109085]: from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:02.459 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:02.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:02 smithi097 ceph-mon[120628]: pgmap v546: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:02.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:02 smithi097 ceph-mon[120628]: from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:03.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:03.701 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:04.991 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:05.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:04 smithi071 ceph-mon[109085]: pgmap v547: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:05.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:04 smithi097 ceph-mon[120628]: pgmap v547: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:05.418 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:06.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:06.661 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:06.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:06 smithi071 ceph-mon[109085]: from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:06.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:06 smithi097 ceph-mon[120628]: from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:07.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:07 smithi071 ceph-mon[109085]: pgmap v548: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:07.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:07 smithi097 ceph-mon[120628]: pgmap v548: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:07.960 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:07.961 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:08.383 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:08.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:08.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:09.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:09.619 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:09.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:09 smithi071 ceph-mon[109085]: pgmap v549: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:09.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:09 smithi071 ceph-mon[109085]: from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:09.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:09 smithi097 ceph-mon[120628]: pgmap v549: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:09.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:09 smithi097 ceph-mon[120628]: from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:10.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:10 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:14:10.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:10 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:14:10.870 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:10.870 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:11.257 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: pgmap v550: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:14:11.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:14:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:14:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:14:11.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:14:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: pgmap v550: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:14:11.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:14:11.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:14:11.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:14:11.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:14:12.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:12.501 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:12.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:12 smithi071 ceph-mon[109085]: pgmap v551: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:12.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:12 smithi071 ceph-mon[109085]: pgmap v552: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:12.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:12 smithi071 ceph-mon[109085]: from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:12 smithi097 ceph-mon[120628]: pgmap v551: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:12 smithi097 ceph-mon[120628]: pgmap v552: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:12 smithi097 ceph-mon[120628]: from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:13.709 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:13.710 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:13.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:13 smithi071 ceph-mon[109085]: pgmap v553: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:13.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:13 smithi097 ceph-mon[120628]: pgmap v553: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:14.089 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:14.761 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:14 smithi071 ceph-mon[109085]: from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:14.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:14 smithi097 ceph-mon[120628]: from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:15.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:15.332 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:16.512 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:16.513 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:16.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:16 smithi071 ceph-mon[109085]: pgmap v554: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:16.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:16 smithi097 ceph-mon[120628]: pgmap v554: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:16.905 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:17.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:18.150 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:18 smithi071 ceph-mon[109085]: pgmap v555: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:18 smithi071 ceph-mon[109085]: from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:18.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:18 smithi097 ceph-mon[120628]: pgmap v555: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:18.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:18 smithi097 ceph-mon[120628]: from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:19.360 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:19.360 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:19.738 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:20.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:20.774 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:20 smithi071 ceph-mon[109085]: pgmap v556: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:20.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:20 smithi097 ceph-mon[120628]: pgmap v556: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:20.982 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:21.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:21 smithi071 ceph-mon[109085]: from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:21.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:21 smithi097 ceph-mon[120628]: from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:22.165 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:22.165 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:22 smithi071 ceph-mon[109085]: pgmap v557: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:22.581 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:22.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:22 smithi097 ceph-mon[120628]: pgmap v557: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:23.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:23.612 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:23 smithi071 ceph-mon[109085]: from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:23.612 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:23 smithi097 ceph-mon[120628]: from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:23.810 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:24.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:24 smithi071 ceph-mon[109085]: pgmap v558: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:24.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:24 smithi097 ceph-mon[120628]: pgmap v558: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:25.006 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:25.006 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:25.370 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:26.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:26.615 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:26.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:26 smithi071 ceph-mon[109085]: pgmap v559: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:26.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:26 smithi071 ceph-mon[109085]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:26 smithi097 ceph-mon[120628]: pgmap v559: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:26.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:26 smithi097 ceph-mon[120628]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:27.823 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:27.824 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:28.194 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:28.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:28 smithi071 ceph-mon[109085]: pgmap v560: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:28 smithi097 ceph-mon[120628]: pgmap v560: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:29.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:29.437 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:29.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:29 smithi071 ceph-mon[109085]: from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:29.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:29 smithi097 ceph-mon[120628]: from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:30.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:30 smithi071 ceph-mon[109085]: pgmap v561: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:30.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:30.643 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:30.673 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:30 smithi097 ceph-mon[120628]: pgmap v561: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:31.019 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:32.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:32.253 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:32.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:32 smithi071 ceph-mon[109085]: pgmap v562: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:32.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:32 smithi071 ceph-mon[109085]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:32.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:32 smithi097 ceph-mon[120628]: pgmap v562: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:32.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:32 smithi097 ceph-mon[120628]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:33.462 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:33.462 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:33.827 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:34.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:34 smithi071 ceph-mon[109085]: pgmap v563: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:34.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:34 smithi097 ceph-mon[120628]: pgmap v563: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:34.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:35.075 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:35.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:35 smithi071 ceph-mon[109085]: from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:35.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:35 smithi071 ceph-mon[109085]: pgmap v564: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:35.728 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:35 smithi097 ceph-mon[120628]: from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:35.728 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:35 smithi097 ceph-mon[120628]: pgmap v564: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:36.288 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:36.288 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:36.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:36 smithi071 ceph-mon[109085]: from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:36.668 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:36.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:36 smithi097 ceph-mon[120628]: from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:37.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:37.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:37 smithi071 ceph-mon[109085]: pgmap v565: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:37.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:37 smithi097 ceph-mon[120628]: pgmap v565: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:37.917 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:38.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:39.180 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:39.181 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:39 smithi071 ceph-mon[109085]: pgmap v566: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:39.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:39 smithi071 ceph-mon[109085]: from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:39.586 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:39 smithi097 ceph-mon[120628]: pgmap v566: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:39 smithi097 ceph-mon[120628]: from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:40.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:40.817 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:42.022 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:42.022 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:42.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:42.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:42 smithi071 ceph-mon[109085]: pgmap v567: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:42.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:42 smithi097 ceph-mon[120628]: pgmap v567: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:43.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:43.644 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:43.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:43 smithi071 ceph-mon[109085]: from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:43.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:43 smithi097 ceph-mon[120628]: from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:44.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:44 smithi071 ceph-mon[109085]: pgmap v568: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:44.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:44 smithi097 ceph-mon[120628]: pgmap v568: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:44.857 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:44.858 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:45.233 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:46.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:46.470 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:46 smithi071 ceph-mon[109085]: pgmap v569: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:46.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:46 smithi071 ceph-mon[109085]: from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:46.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:46 smithi097 ceph-mon[120628]: pgmap v569: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:46.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:46 smithi097 ceph-mon[120628]: from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:47.710 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:47.711 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:48.099 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:48.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:48 smithi071 ceph-mon[109085]: pgmap v570: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:48.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:48 smithi097 ceph-mon[120628]: pgmap v570: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:49.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:49.342 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:49.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:49 smithi071 ceph-mon[109085]: from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:49.467 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:49 smithi071 ceph-mon[109085]: pgmap v571: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:49.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:49 smithi097 ceph-mon[120628]: from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:49.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:49 smithi097 ceph-mon[120628]: pgmap v571: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:50.519 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:50.520 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:50.898 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:51.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:52.135 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:52 smithi071 ceph-mon[109085]: pgmap v572: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:52.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:52 smithi071 ceph-mon[109085]: from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:52.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:52 smithi097 ceph-mon[120628]: pgmap v572: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:52.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:52 smithi097 ceph-mon[120628]: from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:53.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:53.352 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:53.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:53 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:53.722 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:53.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:53 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:54.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:54.759 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:54 smithi071 ceph-mon[109085]: pgmap v573: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:54.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:54 smithi097 ceph-mon[120628]: pgmap v573: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:54.966 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:55.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:55 smithi071 ceph-mon[109085]: from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:55.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:55 smithi097 ceph-mon[120628]: from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:56.180 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:56.180 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:56.478 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:56 smithi071 ceph-mon[109085]: pgmap v574: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:56.478 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:56 smithi071 ceph-mon[109085]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:56.571 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:56.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:56 smithi097 ceph-mon[120628]: pgmap v574: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:56.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:56 smithi097 ceph-mon[120628]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:57.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:14:57.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:57 smithi071 ceph-mon[109085]: pgmap v575: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:57.807 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:14:57.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:57 smithi097 ceph-mon[120628]: pgmap v575: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:59.051 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:14:59.052 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:14:59.439 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:14:59.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:59 smithi071 ceph-mon[109085]: pgmap v576: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:59.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:14:59 smithi071 ceph-mon[109085]: from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:14:59.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:59 smithi097 ceph-mon[120628]: pgmap v576: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:14:59.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:14:59 smithi097 ceph-mon[120628]: from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:00.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:00.675 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:01.888 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:01.888 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:02.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:02.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:02 smithi071 ceph-mon[109085]: pgmap v577: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:02.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:02 smithi097 ceph-mon[120628]: pgmap v577: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:03.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:03.520 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:03.630 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:03 smithi071 ceph-mon[109085]: from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:03.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:03 smithi097 ceph-mon[120628]: from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:04.737 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:04.738 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:04.761 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:04 smithi071 ceph-mon[109085]: pgmap v578: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:04.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:04 smithi097 ceph-mon[120628]: pgmap v578: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:05.120 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:06.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:06.363 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:06.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:06 smithi071 ceph-mon[109085]: pgmap v579: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:06.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:06 smithi071 ceph-mon[109085]: from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:06.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:06 smithi097 ceph-mon[120628]: pgmap v579: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:06.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:06 smithi097 ceph-mon[120628]: from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:07.607 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:07.608 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:08.029 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:08.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:08 smithi071 ceph-mon[109085]: pgmap v580: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:08.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:08 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:08.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:08 smithi097 ceph-mon[120628]: pgmap v580: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:08.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:08 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:09.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:09.264 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:09.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:09 smithi071 ceph-mon[109085]: from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:09.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:09 smithi071 ceph-mon[109085]: pgmap v581: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:09.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:09 smithi097 ceph-mon[120628]: from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:09.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:09 smithi097 ceph-mon[120628]: pgmap v581: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:10.483 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:10.483 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:10.855 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:11.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:15:11.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:15:11.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:15:11.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:15:11.560 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:11 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:15:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:15:11.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:15:11.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:15:11.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T16:15:11.777 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:11 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' 2023-10-11T16:15:11.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:12.086 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:12 smithi071 ceph-mon[109085]: pgmap v582: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:12 smithi071 ceph-mon[109085]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:12.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:12 smithi071 ceph-mon[109085]: pgmap v583: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:12.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:12 smithi071 ceph-mon[109085]: pgmap v584: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:12 smithi097 ceph-mon[120628]: pgmap v582: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:12 smithi097 ceph-mon[120628]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:12.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:12 smithi097 ceph-mon[120628]: pgmap v583: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:12.810 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:12 smithi097 ceph-mon[120628]: pgmap v584: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:13.277 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:13.278 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:13.687 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:14.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:14.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:14 smithi071 ceph-mon[109085]: pgmap v585: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:14.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:14 smithi071 ceph-mon[109085]: from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:14.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:14 smithi097 ceph-mon[120628]: pgmap v585: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:14.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:14 smithi097 ceph-mon[120628]: from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:14.929 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:16.178 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:16.178 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:16.474 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:16 smithi071 ceph-mon[109085]: pgmap v586: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:16.543 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:16.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:16 smithi097 ceph-mon[120628]: pgmap v586: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:17.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:17.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:17 smithi071 ceph-mon[109085]: from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:17.777 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:17.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:17 smithi097 ceph-mon[120628]: from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:18.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:18 smithi071 ceph-mon[109085]: pgmap v587: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:18.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:18 smithi097 ceph-mon[120628]: pgmap v587: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:19.033 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:19.034 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:19.425 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:19 smithi071 ceph-mon[109085]: pgmap v588: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:19.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:19 smithi071 ceph-mon[109085]: from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:19.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:19 smithi097 ceph-mon[120628]: pgmap v588: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:19.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:19 smithi097 ceph-mon[120628]: from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:20.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:20.673 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:21.851 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:21.851 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:22.269 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:22.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:22 smithi071 ceph-mon[109085]: pgmap v589: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:22.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:22 smithi097 ceph-mon[120628]: pgmap v589: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:23.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:23.500 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:23.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:23 smithi071 ceph-mon[109085]: from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:23.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:23 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:23 smithi097 ceph-mon[120628]: from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:23.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:23 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:24.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:24 smithi071 ceph-mon[109085]: pgmap v590: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:24.793 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:24.793 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:24.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:24 smithi097 ceph-mon[120628]: pgmap v590: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:25.165 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:26.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:26.396 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:26 smithi071 ceph-mon[109085]: from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:26.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:26 smithi071 ceph-mon[109085]: pgmap v591: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:26 smithi097 ceph-mon[120628]: from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:26.559 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:26 smithi097 ceph-mon[120628]: pgmap v591: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:27.692 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:27.693 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:27.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:27 smithi071 ceph-mon[109085]: pgmap v592: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:27.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:27 smithi097 ceph-mon[120628]: pgmap v592: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:28.123 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:28.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:28 smithi071 ceph-mon[109085]: from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:28.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:28 smithi097 ceph-mon[120628]: from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:29.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:29.367 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:29.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:29 smithi071 ceph-mon[109085]: pgmap v593: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:29.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:29 smithi097 ceph-mon[120628]: pgmap v593: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:30.579 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:30.580 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:30.963 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:31.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:32.205 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:32.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:32 smithi071 ceph-mon[109085]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:32.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:32 smithi071 ceph-mon[109085]: pgmap v594: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:32.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:32 smithi097 ceph-mon[120628]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:32.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:32 smithi097 ceph-mon[120628]: pgmap v594: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:33.390 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:33.391 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:33.763 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:34.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:34.776 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:34 smithi071 ceph-mon[109085]: pgmap v595: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:34.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:34 smithi097 ceph-mon[120628]: pgmap v595: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:35.005 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:35.450 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:35 smithi071 ceph-mon[109085]: from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:35.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:35 smithi097 ceph-mon[120628]: from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:36.239 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:36.240 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:36.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:36 smithi071 ceph-mon[109085]: pgmap v596: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:36.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:36 smithi071 ceph-mon[109085]: from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:36.672 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:36.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:36 smithi097 ceph-mon[120628]: pgmap v596: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:36.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:36 smithi097 ceph-mon[120628]: from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:37.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:37.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:37 smithi071 ceph-mon[109085]: pgmap v597: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:37.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:37 smithi097 ceph-mon[120628]: pgmap v597: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:37.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:38.708 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:38 smithi071 ceph-mon[109085]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:38.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:38 smithi097 ceph-mon[120628]: from='mgr.14219 172.21.15.71:0/858921398' entity='mgr.smithi071.whtyjl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:39.119 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:39.119 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:39.452 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:39 smithi071 ceph-mon[109085]: pgmap v598: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:39.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:39 smithi071 ceph-mon[109085]: from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:39.495 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:39 smithi097 ceph-mon[120628]: pgmap v598: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:39.809 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:39 smithi097 ceph-mon[120628]: from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:15:40.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:15:40.742 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/mon.smithi071/config 2023-10-11T16:15:41.955 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-11T16:15:41.956 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:56:41.583720Z", "last_refresh": "2023-10-11T16:09:06.702127Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:58:00.695790Z 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-11T15:56:37.647668Z", "last_refresh": "2023-10-11T16:07:57.607850Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:02.473582Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:56:36.623481Z", "last_refresh": "2023-10-11T16:07:57.607929Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:56:39.771406Z", "last_refresh": "2023-10-11T16:09:06.702245Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:28.972088Z 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.71/16"}, "status": {"created": "2023-10-11T16:00:28.968955Z", "last_refresh": "2023-10-11T16:07:57.608527Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2023-10-11T15:58:08.082109Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:56:35.382687Z", "last_refresh": "2023-10-11T16:07:57.608049Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:16.180411Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi097:172.21.15.97=smithi097"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:57:15.483562Z", "last_refresh": "2023-10-11T16:07:57.608146Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:00:28.967718Z 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-11T16:00:28.963826Z", "last_refresh": "2023-10-11T16:09:06.702742Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2023-10-11T15:58:05.901824Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:56:40.673661Z", "last_refresh": "2023-10-11T16:07:57.607990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:58:22.576579Z 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-11T15:58:22.572837Z", "last_refresh": "2023-10-11T16:07:57.608208Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:58:16.192268Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:56:38.865672Z", "last_refresh": "2023-10-11T16:09:06.702356Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T16:00:24.569875Z 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-11T16:00:34.414448Z", "last_refresh": "2023-10-11T16:07:57.608468Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T16:15:42.329 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-11T16:15:42.329 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/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-10-11T16:15:42.409 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=029051a1b4a84f0593719787d287d02e 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/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-10-11T16:15:42.412 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-11T16:15:42.423 INFO:tasks.vip:Removing 10.0.15.71 (and any VIPs) on smithi071.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T16:15:42.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.15.71/16 dev enp3s0f1 2023-10-11T16:15:42.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2023-10-11T16:15:42.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:42 smithi071 ceph-mon[109085]: pgmap v599: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:42.538 INFO:tasks.vip:Removing 10.0.15.97 (and any VIPs) on smithi097.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T16:15:42.539 DEBUG:teuthology.orchestra.run.smithi097:> sudo ip addr del 10.0.15.97/16 dev enp3s0f1 2023-10-11T16:15:42.577 DEBUG:teuthology.orchestra.run.smithi097:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2023-10-11T16:15:42.646 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:42 smithi097 ceph-mon[120628]: pgmap v599: 225 pgs: 225 active+clean; 583 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2023-10-11T16:15:42.648 INFO:teuthology.orchestra.run.smithi097.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-11T16:15:42.649 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-11T16:15:42.650 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-11T16:15:42.700 INFO:tasks.cephadm:Teardown begin 2023-10-11T16:15:42.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:15:42.730 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:15:42.761 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-11T16:15:42.762 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T16:15:42.788 DEBUG:teuthology.orchestra.run.smithi097:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T16:15:42.823 INFO:tasks.cephadm:Stopping all daemons... 2023-10-11T16:15:42.823 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2023-10-11T16:15:42.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071 2023-10-11T16:15:43.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:42 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 920a54e0-684e-11ee-8db6-212e2dc638e7... 2023-10-11T16:15:43.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:43 smithi071 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071[109062]: 2023-10-11T16:15:43.026+0000 7f1bc5580700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-11T16:15:43.149 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:43 smithi071 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071[109062]: 2023-10-11T16:15:43.026+0000 7f1bc5580700 -1 mon.smithi071@0(leader) e2 *** Got Signal Terminated *** 2023-10-11T16:15:43.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Oct 11 16:15:43 smithi071 bash[256762]: ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi071 2023-10-11T16:15:43.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi071.service' 2023-10-11T16:15:43.645 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:15:43.646 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2023-10-11T16:15:43.647 INFO:tasks.cephadm.mon.smithi097:Stopping mon.smithi097... 2023-10-11T16:15:43.647 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi097 2023-10-11T16:15:44.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:43 smithi097 systemd[1]: Stopping Ceph mon.smithi097 for 920a54e0-684e-11ee-8db6-212e2dc638e7... 2023-10-11T16:15:44.059 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:43 smithi097 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi097[120596]: 2023-10-11T16:15:43.879+0000 7f371b42a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi097 -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-11T16:15:44.060 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:43 smithi097 ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi097[120596]: 2023-10-11T16:15:43.879+0000 7f371b42a700 -1 mon.smithi097@1(peon) e2 *** Got Signal Terminated *** 2023-10-11T16:15:44.498 INFO:journalctl@ceph.mon.smithi097.smithi097.stdout:Oct 11 16:15:44 smithi097 bash[161138]: ceph-920a54e0-684e-11ee-8db6-212e2dc638e7-mon-smithi097 2023-10-11T16:15:44.506 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-920a54e0-684e-11ee-8db6-212e2dc638e7@mon.smithi097.service' 2023-10-11T16:15:44.555 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:15:44.556 INFO:tasks.cephadm.mon.smithi097:Stopped mon.smithi097 2023-10-11T16:15:44.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T16:15:44.730 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T16:16:31.970 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T16:16:32.145 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T16:17:17.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:17:17.613 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:17:17.643 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-11T16:17:17.646 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi071/crash 2023-10-11T16:17:17.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T16:17:17.699 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T16:17:17.700 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2023-10-11T16:17:17.702 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi097/crash 2023-10-11T16:17:17.703 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T16:17:17.780 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T16:17:17.780 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2023-10-11T16:17:17.781 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-11T16:17:17.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-11T16:17:17.812 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/920a54e0-684e-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-11T16:17:17.814 INFO:tasks.cephadm:Compressing logs... 2023-10-11T16:17:17.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:17:17.857 DEBUG:teuthology.orchestra.run.smithi097:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:17:17.883 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-11T16:17:17.884 INFO:teuthology.orchestra.run.smithi097.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-11T16:17:22.634 INFO:tasks.cephadm:Archiving logs... 2023-10-11T16:17:22.635 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi071/log 2023-10-11T16:17:22.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T16:17:23.325 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi097/log 2023-10-11T16:17:23.326 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T16:17:23.877 INFO:tasks.cephadm:Removing cluster... 2023-10-11T16:17:23.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 --force 2023-10-11T16:17:24.056 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T16:17:24.206 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 920a54e0-684e-11ee-8db6-212e2dc638e7 --force 2023-10-11T16:17:24.390 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: 920a54e0-684e-11ee-8db6-212e2dc638e7 2023-10-11T16:17:24.545 INFO:tasks.cephadm:Removing cephadm ... 2023-10-11T16:17:24.546 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T16:17:24.565 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T16:17:24.584 INFO:tasks.cephadm:Teardown complete 2023-10-11T16:17:24.585 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-11T16:17:24.596 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2023-10-11T16:17:24.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_1 2023-10-11T16:17:24.740 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T16:17:24.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:24.741 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2023-10-11T16:17:24.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_2 2023-10-11T16:17:24.864 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T16:17:24.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:24.866 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2023-10-11T16:17:24.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_3 2023-10-11T16:17:24.996 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T16:17:24.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:24.998 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2023-10-11T16:17:24.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_4 2023-10-11T16:17:25.124 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T16:17:25.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:25.126 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-11T16:17:25.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2023-10-11T16:17:25.154 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_1... 2023-10-11T16:17:25.155 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_1 2023-10-11T16:17:25.283 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T16:17:25.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:25.285 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_2... 2023-10-11T16:17:25.286 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_2 2023-10-11T16:17:25.430 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T16:17:25.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:25.432 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_3... 2023-10-11T16:17:25.432 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_3 2023-10-11T16:17:25.552 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T16:17:25.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:25.554 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi097:/dev/vg_nvme/lv_4... 2023-10-11T16:17:25.554 DEBUG:teuthology.orchestra.run.smithi097:> sudo nvme disconnect -n lv_4 2023-10-11T16:17:25.678 INFO:teuthology.orchestra.run.smithi097.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T16:17:25.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:25.680 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2023-10-11T16:17:25.680 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/scratch_devs 2023-10-11T16:17:25.707 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-11T16:17:25.718 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-11T16:17:25.718 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T16:17:25.721 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T16:17:25.737 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-10-11T16:17:25.742 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T16:17:25.742 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-10-11T16:17:25.743 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 50 -1788us[-1788us] +/- 71ms 2023-10-11T16:17:25.743 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 -803us[ -780us] +/- 52ms 2023-10-11T16:17:25.743 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 115 +2767us[+2789us] +/- 69ms 2023-10-11T16:17:25.744 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T16:17:25.764 INFO:teuthology.orchestra.run.smithi097.stderr:bash: ntpq: command not found 2023-10-11T16:17:25.768 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T16:17:25.769 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2023-10-11T16:17:25.769 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 -1775us[-1767us] +/- 71ms 2023-10-11T16:17:25.769 INFO:teuthology.orchestra.run.smithi097.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 -821us[ -813us] +/- 52ms 2023-10-11T16:17:25.769 INFO:teuthology.orchestra.run.smithi097.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +2784us[+2792us] +/- 70ms 2023-10-11T16:17:25.770 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T16:17:25.771 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-11T16:17:25.839 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-11T16:17:25.840 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-11T16:17:25.877 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T16:17:25.982 DEBUG:teuthology.orchestra.run.smithi097:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-11T16:17:26.074 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T16:17:26.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:26.109 DEBUG:teuthology.orchestra.run.smithi097:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-11T16:17:26.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:26.142 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-11T16:17:26.153 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-11T16:17:26.201 INFO:teuthology.task.internal:Duration was 2598.554163 seconds 2023-10-11T16:17:26.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-11T16:17:26.269 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-11T16:17:26.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T16:17:26.272 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T16:17:26.317 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T16:17:26.318 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T16:17:26.790 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-11T16:17:26.790 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2023-10-11T16:17:26.791 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T16:17:26.815 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2023-10-11T16:17:26.816 DEBUG:teuthology.orchestra.run.smithi097:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-11T16:17:26.840 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-11T16:17:26.840 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:17:26.860 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:17:26.928 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-11T16:17:26.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T16:17:26.931 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T16:17:27.079 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-11T16:17:27.091 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-11T16:17:27.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T16:17:27.119 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T16:17:27.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-11T16:17:27.158 DEBUG:teuthology.orchestra.run.smithi071:> 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-11T16:17:27.162 DEBUG:teuthology.orchestra.run.smithi097:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-11T16:17:27.186 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2023-10-11T16:17:27.213 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2023-10-11T16:17:27.232 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T16:17:27.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:27.277 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T16:17:27.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:17:27.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-11T16:17:27.312 INFO:teuthology.task.internal:Transferring archived files... 2023-10-11T16:17:27.313 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi071 2023-10-11T16:17:27.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T16:17:27.366 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287/remote/smithi097 2023-10-11T16:17:27.367 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T16:17:27.408 INFO:teuthology.task.internal:Removing archive directory... 2023-10-11T16:17:27.408 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T16:17:27.411 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T16:17:27.460 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-11T16:17:27.473 INFO:teuthology.task.internal:Not uploading archives. 2023-10-11T16:17:27.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-11T16:17:27.573 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-11T16:17:27.574 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T16:17:27.576 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T16:17:27.592 INFO:teuthology.orchestra.run.smithi071.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 16:17 /home/ubuntu/cephtest 2023-10-11T16:17:27.594 INFO:teuthology.orchestra.run.smithi097.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 16:17 /home/ubuntu/cephtest 2023-10-11T16:17:27.596 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-11T16:17:27.616 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-11T16:17:27.681 INFO:teuthology.nuke:Checking targets against current locks 2023-10-11T16:17:27.710 DEBUG:teuthology.nuke:shortname: smithi071 2023-10-11T16:17:27.711 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T16:17:27.735 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:25:57.545061', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEGVpe7QrULdSWwrosos6yLZQS4+lcAQrPuSQaQBsCW6YVqP8OMZYd94M3lgmQ2Z4J5Pl2+9GEL0o0zZkFn03sI='} 2023-10-11T16:17:27.739 DEBUG:teuthology.nuke:shortname: smithi097 2023-10-11T16:17:27.739 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T16:17:27.765 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421287', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:25:57.546553', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHnZ0zYstwmjGcwusnuEyriCP1beJVdmYEVEjTgqWdbfw9rDI2JHmxphLglwAsZduz0cjrGFyeD3D8WyW8guWwc='} 2023-10-11T16:17:27.796 INFO:teuthology.orchestra.console.smithi071:Power off 2023-10-11T16:17:27.797 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T16:17:27.822 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-10-11T16:17:27.823 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:27.842 INFO:teuthology.orchestra.console.smithi097:Power off 2023-10-11T16:17:27.843 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T16:17:27.854 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-10-11T16:17:27.869 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2023-10-11T16:17:27.870 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:27.895 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2023-10-11T16:17:31.856 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:31.897 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:31.967 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-10-11T16:17:32.007 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2023-10-11T16:17:35.972 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:36.009 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:36.082 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-10-11T16:17:36.120 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2023-10-11T16:17:36.184 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-10-11T16:17:40.122 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:17:40.234 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2023-10-11T16:17:40.336 INFO:teuthology.orchestra.console.smithi097:Power off completed 2023-10-11T16:17:40.441 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2598.5541627407074 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=029051a1b4a84f0593719787d287d02e status: fail success: false 2023-10-11T16:17:40.441 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T16:17:40.528 INFO:teuthology.run:FAIL